Skip to content

Commit 3248aae

Browse files
committed
Fix: conf.py updates
1 parent 5b64def commit 3248aae

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

conf.py

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@
4747
"sphinx_design",
4848
"sphinx_copybutton",
4949
"sphinx.ext.intersphinx",
50-
"sphinx.ext.doctest",
50+
"sphinx.ext.todo",
5151
"sphinx_sitemap",
52-
"sphinxcontrib.gtagjs",
5352
"sphinxext.opengraph",
5453
"sphinx_favicon",
5554
]
@@ -98,36 +97,24 @@
9897
"image_light": "logo-light-mode.png",
9998
"alt_text": "pyOpenSci Python Package Guide. The pyOpenSci logo is a purple flower with pyOpenSci under it. The o in open sci is the center of the flower",
10099
},
101-
"header_links_before_dropdown": 3,
100+
"header_links_before_dropdown": 4,
102101
"use_edit_page_button": True,
102+
"show_nav_level": 2,
103+
"navigation_depth": 3,
103104
"show_toc_level": 1,
104105
# "navbar_align": "left", # [left, content, right] For testing that the navbar items align properly
105106
"github_url": "https://github.com/pyopensci/python-package-guide",
106-
<<<<<<< HEAD
107107
"footer_start": ["copyright"],
108108
"footer_end": [],
109-
=======
110-
"twitter_url": "https://twitter.com/pyopensci",
111-
"footer_items": ["copyright"],
112-
>>>>>>> 8a1909b (Fix: add initial tests content to guide)
113109
}
114110

115-
html_theme_options["analytics"] = {
116-
"google_analytics_id": "UA-141260825-1",
117-
"show_nav_level": 3,
118-
}
119111

120112
html_context = {
121113
"github_user": "pyopensci",
122114
"github_repo": "python-package-guide",
123115
"github_version": "main",
124116
}
125117

126-
# Add analytics to furo theme
127-
gtagjs_ids = [
128-
"UA-141260825-1",
129-
]
130-
131118
# Add any paths that contain templates here, relative to this directory.
132119
templates_path = ["_templates"]
133120

0 commit comments

Comments
 (0)