Skip to content

Commit

Permalink
find missing readthedocs bulletpoints (#2688)
Browse files Browse the repository at this point in the history
* remove sphinx-better-theme

* point to docs requirements in .readthedocs.yml

* bump sphinx_rtd_theme version
  • Loading branch information
pacrob authored Oct 24, 2022
1 parent 2f7b627 commit af3a750
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
version: 2

build:
image: latest

python:
version: 3.8
install:
- requirements: requirements-docs.txt
1 change: 1 addition & 0 deletions newsfragments/2688.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bump `sphinx_rtd_theme` version to fix missing unordered list bullets
1 change: 1 addition & 0 deletions newsfragments/2688.internal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
move definition of RTD install requirements file from their dashboard into `.readthedocs.yml`, and remove unused `sphinx-better-theme` from requirements
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@
],
"docs": [
"mock",
"sphinx-better-theme>=0.1.4",
"click>=5.1",
"configparser==3.5.0",
"contextlib2>=0.5.4",
"py-geth>=3.9.1,<4",
"py-solc>=0.4.0",
"pytest>=6.2.5,<7",
"sphinx>=4.2.0,<5",
"sphinx_rtd_theme>=0.1.9",
"sphinx_rtd_theme>=0.5.2",
"toposort>=1.4",
"towncrier==18.5.0",
"urllib3",
Expand Down

0 comments on commit af3a750

Please sign in to comment.