Skip to content

Commit

Permalink
Moved to lextudio docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Mar 20, 2024
1 parent fa2fce8 commit 8d32c17
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys
import os
import shlex

# 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
Expand All @@ -38,7 +36,7 @@
"sphinx_copybutton",
]

html_baseurl = "https://www.pysnmp.com/pysmi/"
html_baseurl = "https://docs.lextudio.com/pysmi/"
sitemap_url_scheme = "{link}"

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -350,5 +348,5 @@ def setup(app):
"""Insert Google Analytics tracker
Based on this Stackoverflow suggestion: https://stackoverflow.com/a/41885884
"""
app.add_js_file("https://www.googletagmanager.com/gtag/js?id=G-DYQGY4MKR3")
app.add_js_file("https://www.googletagmanager.com/gtag/js?id=G-DFLYZZK12P")
app.add_js_file("google_analytics_tracker.js")

0 comments on commit 8d32c17

Please sign in to comment.