Skip to content

Commit

Permalink
Attempt to fix RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Feb 12, 2024
1 parent f91b209 commit 15dbbd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ build:
python: "3.10"
python:
install:
- requirements: requirements-dev.txt
- requirements: requirements-docs.txt
- method: pip
path: .
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"pathspec": ("https://python-path-specification.readthedocs.io/en/latest/", None),
"stdlib_list": ("https://python-stdlib-list.readthedocs.io/en/latest/", None),
}
master_doc = "index"

Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
black==22.1.0
coverage==6.2
flake8==4.0.1
mistune==2.0.2
mistune==2.0.5
mypy==0.931
pessimist==0.9.1
setuptools_scm==6.4.2
sphinx==4.3.2
sphinx-mdinclude==0.5.1
sphinx==5.3.0
sphinx-mdinclude==0.5.3
tox==3.24.5
twine==3.8.0
ufmt==1.3.2
Expand Down

0 comments on commit 15dbbd7

Please sign in to comment.