Skip to content

Commit

Permalink
Merge pull request #623 from linz/update_docs3
Browse files Browse the repository at this point in the history
docs: remove rtd theme
  • Loading branch information
jducnuigeen authored Nov 15, 2023
2 parents f96c3a3 + 2331c65 commit f4b141f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
# extensions = ["sphinx.ext.autodoc"]
extensions = ["sphinx_rtd_theme"]
# extensions = ["sphinx_rtd_theme"]

# 'sphinx.ext.autosectionlabel'
# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -117,7 +117,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 = "sphinx_rtd_theme"
# html_theme = "sphinx_rtd_theme"

# 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 f4b141f

Please sign in to comment.