Skip to content

Commit

Permalink
📝 docs requirements update
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed May 13, 2024
1 parent 963e7b7 commit 43ab4aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
]
#sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
#html_theme = "sphinx_rtd_theme"
#html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

html_theme_options = {
"collapse_navigation": False,
Expand Down Expand Up @@ -142,9 +142,9 @@
# built documents.
#
# The short X.Y version.
version = "0.2.6"
version = "0.3.0"
# The full version, including alpha/beta/rc tags.
release = "0.2.6"
release = "0.3.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -194,7 +194,7 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
# html_theme = 'alabaster'
html_theme = 'alabaster'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down

0 comments on commit 43ab4aa

Please sign in to comment.