Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find missing readthedocs bulletpoints #2688

Merged
merged 4 commits into from
Oct 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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