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

Commit

Permalink
Merge pull request #309 from lzpap/docs_builder_updates
Browse files Browse the repository at this point in the history
Update sphinx on RTD and locally
  • Loading branch information
lzpap committed Feb 21, 2020
2 parents d732e90 + edbea7d commit e72ec3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosectionlabel',
'sphinxcontrib.asyncio',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
sphinxcontrib-asyncio
sphinx==2.4.2
sphinx_rtd_theme==0.4.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

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

0 comments on commit e72ec3d

Please sign in to comment.