Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Jan 23, 2024
1 parent d5ba2f1 commit 55a7a55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = ['sphinx_rtd_theme', 'sphinx.ext.autodoc']
extensions = ['sphinx_rtd_theme', 'sphinx.ext.autodoc', 'sphinxcontrib.googleanalytics']

templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
autodoc_member_order = 'bysource'
googleanalytics_id = "G-GLNNDPSR1B"


# -- Options for HTML output -------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
sphinx-rtd-theme>=2.0.0
sphinx-rtd-theme==2.0.0
sphinxcontrib-googleanalytics==0.4

0 comments on commit 55a7a55

Please sign in to comment.