Skip to content

Commit

Permalink
Merge pull request #170 from requests-cache/docs
Browse files Browse the repository at this point in the history
Fix issue with furo and sphinx 7.2.1/6.2.1
  • Loading branch information
JWCook committed Aug 25, 2023
2 parents 30ece04 + 2eac47d commit ae63533
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 29 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
'pymongo': ('https://pymongo.readthedocs.io/en/stable/', None),
'python': ('https://docs.python.org/3', None),
'redis': ('https://redis-py.readthedocs.io/en/stable/', None),
'yarl': ('https://yarl.aio-libs.org/en/latest/', None),
}

# MyST extensions
Expand Down
55 changes: 28 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ motor = {optional=true, version=">=3.1"}
redis = {optional=true, version=">=4.2"}

# Documentation dependencies needed for Readthedocs builds
furo = {optional=true, version=">=2022.1.2", python=">=3.8"}
furo = {optional=true, version="^2023.8", python=">=3.8"}
linkify-it-py = {optional=true, version=">=2.0", python=">=3.8"}
markdown-it-py = {optional=true, version=">=2.2", python=">=3.8"}
myst-parser = {optional=true, version=">=2.0", python=">=3.8"}
python-forge = {optional=true, version="^18.6", python=">=3.8"}
sphinx = {optional=true, version="^6.2", python=">=3.8"}
sphinx = {optional=true, version="7.1.2", python=">=3.8"}
sphinx-automodapi = {optional=true, version=">=0.15", python=">=3.8"}
sphinx-autodoc-typehints = {optional=true, version="^1.23", python=">=3.8"}
sphinx-copybutton = {optional=true, version="^0.3", python=">=3.8"}
Expand Down

0 comments on commit ae63533

Please sign in to comment.