Browse Source

Update the github settings

FusionPBX 7 months ago
parent
commit
e3aec262f3
1 changed files with 6 additions and 12 deletions
  1. 6 12
      source/conf.py

+ 6 - 12
source/conf.py

@@ -189,18 +189,12 @@ html_theme_path = ["_themes", ]
 # of the sidebar.
 # of the sidebar.
 #html_logo = "_static/images/logo.png"
 #html_logo = "_static/images/logo.png"
 
 
-html_context = {
-    # Fix the "edit on" links.
-    # TODO: remove once we support different rtd config
-    # files per project.
-    "conf_py_path": f"/docs/{docset}/",
-    "display_github": True,
-    "github_user": "fusionpbx",
-    "github_repo": "fusionpbx-docs",
-    "github_version": "master",
-    # Use to generate the Plausible "data-domain" attribute from the template
-    "plausible_domain": f"{os.environ.get('READTHEDOCS_PROJECT')}.readthedocs.io",
-}
+#github settings
+display_github = True
+github_user = "fusionpbx"
+github_repo = "fusionpbx-docs"
+github_version = "master"
+
 
 
 # The name of an image file (within the static path) to use as favicon of the
 # The name of an image file (within the static path) to use as favicon of the
 # docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
 # docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32