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