|
47 | 47 | "sphinx_design", |
48 | 48 | "sphinx_copybutton", |
49 | 49 | "sphinx.ext.intersphinx", |
50 | | - "sphinx.ext.doctest", |
| 50 | + "sphinx.ext.todo", |
51 | 51 | "sphinx_sitemap", |
52 | | - "sphinxcontrib.gtagjs", |
53 | 52 | "sphinxext.opengraph", |
54 | 53 | "sphinx_favicon", |
55 | 54 | ] |
|
98 | 97 | "image_light": "logo-light-mode.png", |
99 | 98 | "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", |
100 | 99 | }, |
101 | | - "header_links_before_dropdown": 3, |
| 100 | + "header_links_before_dropdown": 4, |
102 | 101 | "use_edit_page_button": True, |
| 102 | + "show_nav_level": 2, |
| 103 | + "navigation_depth": 3, |
103 | 104 | "show_toc_level": 1, |
104 | 105 | # "navbar_align": "left", # [left, content, right] For testing that the navbar items align properly |
105 | 106 | "github_url": "https://github.com/pyopensci/python-package-guide", |
106 | | -<<<<<<< HEAD |
107 | 107 | "footer_start": ["copyright"], |
108 | 108 | "footer_end": [], |
109 | | -======= |
110 | | - "twitter_url": "https://twitter.com/pyopensci", |
111 | | - "footer_items": ["copyright"], |
112 | | ->>>>>>> 8a1909b (Fix: add initial tests content to guide) |
113 | 109 | } |
114 | 110 |
|
115 | | -html_theme_options["analytics"] = { |
116 | | - "google_analytics_id": "UA-141260825-1", |
117 | | - "show_nav_level": 3, |
118 | | -} |
119 | 111 |
|
120 | 112 | html_context = { |
121 | 113 | "github_user": "pyopensci", |
122 | 114 | "github_repo": "python-package-guide", |
123 | 115 | "github_version": "main", |
124 | 116 | } |
125 | 117 |
|
126 | | -# Add analytics to furo theme |
127 | | -gtagjs_ids = [ |
128 | | - "UA-141260825-1", |
129 | | -] |
130 | | - |
131 | 118 | # Add any paths that contain templates here, relative to this directory. |
132 | 119 | templates_path = ["_templates"] |
133 | 120 |
|
|
0 commit comments