Skip to content

Commit be11293

Browse files
committed
Fix: conf.py updates
1 parent 953440b commit be11293

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
@@ -48,9 +48,8 @@
4848
"sphinx_design",
4949
"sphinx_copybutton",
5050
"sphinx.ext.intersphinx",
51-
"sphinx.ext.doctest",
51+
"sphinx.ext.todo",
5252
"sphinx_sitemap",
53-
"sphinxcontrib.gtagjs",
5453
"sphinxext.opengraph",
5554
"sphinx_favicon",
5655
]
@@ -101,36 +100,24 @@
101100
"image_light": "logo-light-mode.png",
102101
"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",
103102
},
104-
"header_links_before_dropdown": 3,
103+
"header_links_before_dropdown": 4,
105104
"use_edit_page_button": True,
105+
"show_nav_level": 2,
106+
"navigation_depth": 3,
106107
"show_toc_level": 1,
107108
# "navbar_align": "left", # [left, content, right] For testing that the navbar items align properly
108109
"github_url": "https://github.com/pyopensci/python-package-guide",
109-
<<<<<<< HEAD
110110
"footer_start": ["copyright"],
111111
"footer_end": [],
112-
=======
113-
"twitter_url": "https://twitter.com/pyopensci",
114-
"footer_items": ["copyright"],
115-
>>>>>>> 8a1909b (Fix: add initial tests content to guide)
116112
}
117113

118-
html_theme_options["analytics"] = {
119-
"google_analytics_id": "UA-141260825-1",
120-
"show_nav_level": 3,
121-
}
122114

123115
html_context = {
124116
"github_user": "pyopensci",
125117
"github_repo": "python-package-guide",
126118
"github_version": "main",
127119
}
128120

129-
# Add analytics to furo theme
130-
gtagjs_ids = [
131-
"UA-141260825-1",
132-
]
133-
134121
# Add any paths that contain templates here, relative to this directory.
135122
templates_path = ["_templates"]
136123

0 commit comments

Comments
 (0)