Skip to content

Commit

Permalink
Merge pull request ethereum#73 from pacrob/update-docs-dependencies
Browse files Browse the repository at this point in the history
bump docs dependencies, add readthedocs requirements
  • Loading branch information
pacrob authored Apr 3, 2023
2 parents 642ae96 + edb85f7 commit 2da60d8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: 2

python:
install:
- requirements: requirements-docs.txt
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"sphinx.ext.autodoc",
"sphinx.ext.doctest",
"sphinx.ext.intersphinx",
"sphinx_rtd_theme",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
1 change: 0 additions & 1 deletion newsfragments/70.internal.rst

This file was deleted.

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"black>=22",
],
"doc": [
"Sphinx>=1.6.5",
"sphinx_rtd_theme>=0.1.9",
"towncrier>=21",
"sphinx>=5.0.0",
"sphinx_rtd_theme>=1.0.0",
"towncrier>=21,<22",
],
"dev": [
"bumpversion>=0.5.3",
Expand Down

0 comments on commit 2da60d8

Please sign in to comment.