Skip to content

Commit

Permalink
Merge pull request #319 from chetanyagoyal/main
Browse files Browse the repository at this point in the history
fix readthedocs
  • Loading branch information
msaligane authored Jun 8, 2024
2 parents de3170d + e6b3410 commit 4184a40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ submodules:

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.10"
# You can also specify other tool versions:
# nodejs: "16"
# rust: "1.55"
Expand All @@ -30,3 +30,4 @@ formats: []
python:
install:
- requirements: requirements.txt
- requirements: requirements_dev.txt
5 changes: 2 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# 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.autosectionlabel", "nbsphinx"]
extensions = ["sphinx.ext.autosectionlabel", "nbsphinx", "sphinx_rtd_theme"]
autosectionlabel_prefix_document = True
nbsphinx_execute = "never"
# Add any paths that contain templates here, relative to this directory.
Expand All @@ -42,8 +42,7 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
import sphinx_rtd_theme, nbsphinx


html_theme = "sphinx_rtd_theme"

Expand Down
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ sphinx
sphinx-autodoc-typehints
sphinx-click
sphinx-markdown-tables
sphinx-rtd-theme
tox
xdoctest

0 comments on commit 4184a40

Please sign in to comment.