Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Suor committed May 1, 2024
1 parent 721cfe8 commit cf6a0db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: "ubuntu-20.04"
tools:
python: "3.8"
python: "3.11"

sphinx:
configuration: docs/conf.py
Expand Down
7 changes: 6 additions & 1 deletion docs/conf.py
Expand Up @@ -27,7 +27,12 @@

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.coverage', 'sphinx.ext.intersphinx', 'sphinx.ext.autodoc']
extensions = [
'sphinx.ext.coverage',
'sphinx.ext.intersphinx',
'sphinx.ext.autodoc',
'sphinxcontrib.jquery'
]

intersphinx_mapping = {
'py2': ('http://docs.python.org/2', None),
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
@@ -1,2 +1,3 @@
Sphinx==7.2.6
sphinx-rtd-theme==2.0.0
sphinxcontrib-jquery==4.1

0 comments on commit cf6a0db

Please sign in to comment.