Skip to content

Commit

Permalink
docs: Add gtags ID
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Jun 18, 2023
1 parent c37a868 commit 4b0b09d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,16 @@

# -- General configuration ---------------------------------------------------

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('../src/sphinxnotes'))

# 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.githubpages',
'sphinxcontrib.gtagjs',
]

gtagjs_ids = ['G-E4SNX0WZYV']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
furo
sphinxcontrib-gtagjs

0 comments on commit 4b0b09d

Please sign in to comment.