Skip to content

Commit c8cc309

Browse files
committed
try removing a few things for rtd
1 parent b63980b commit c8cc309

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# -- Project information -----------------------------------------------------
99

1010
project = 'nctoolkit'
11-
copyright = '2023, Robert Wilson'
11+
copyright = '2025, Robert Wilson'
1212
author = 'Robert Wilson'
1313

1414
# The short X.Y version
@@ -76,9 +76,7 @@
7676

7777
# The name of the Pygments (syntax highlighting) style to use.
7878
pygments_style = 'sphinx'
79-
googleanalytics_id = 'G-V5H3V2BZ74'
8079

81-
googleanalytics_enabled = True
8280

8381

8482
# -- Options for HTML output -------------------------------------------------
@@ -91,17 +89,11 @@
9189
# further. For a list of options available for each theme, see the
9290
# documentation.
9391
#
94-
html_theme_options = {
95-
96-
'analytics_id': 'G-V5H3V2BZ74' ## 'UA-46143561-3'
97-
98-
}
9992

10093
# Add any paths that contain custom static files (such as style sheets) here,
10194
# relative to this directory. They are copied after the builtin static files,
10295
# so a file named "default.css" will overwrite the builtin "default.css".
10396
html_static_path = ['_static']
104-
googleanalytics_id = 'G-V5H3V2BZ74'
10597

10698

10799
# Custom sidebar templates, must be a dictionary that maps document names
@@ -114,6 +106,5 @@
114106
#
115107
# html_sidebars = {}
116108

117-
bibtex_bibfiles = ['ref.bib']
118109

119110

0 commit comments

Comments
 (0)