Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit e72ec3d

Browse files
authored
Merge pull request #309 from lzpap/docs_builder_updates
Update sphinx on RTD and locally
2 parents d732e90 + edbea7d commit e72ec3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
extensions = [
3535
'sphinx.ext.autodoc',
3636
'sphinx.ext.autosectionlabel',
37-
'sphinxcontrib.asyncio',
3837
]
3938

4039
# Add any paths that contain templates here, relative to this directory.

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
sphinxcontrib-asyncio
1+
sphinx==2.4.2
2+
sphinx_rtd_theme==0.4.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
extras_require={
7474
'ccurl': ['pyota-ccurl'],
75-
'docs-builder': ['sphinx', 'sphinx_rtd_theme', 'sphinxcontrib-asyncio'],
75+
'docs-builder': ['sphinx >= 2.4.2', 'sphinx_rtd_theme >= 0.4.3'],
7676
'pow': ['pyota-pow >= 1.0.2'],
7777
# tox is able to run the tests in parallel since version 3.7
7878
'test-runner': ['tox >= 3.7'] + tests_require,

0 commit comments

Comments
 (0)