Skip to content

Commit 29bb298

Browse files
jeremymanningclaude
andcommitted
Switch Sphinx documentation theme to insegel
- Replace pydata-sphinx-theme with insegel theme - Update html_theme in docs/conf.py - Update requirements_dev.txt with new theme dependency - Remove pydata-specific theme options 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7141aff commit 29bb298

2 files changed

Lines changed: 5 additions & 21 deletions

File tree

docs/conf.py

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
# General information about the project.
7070
project = 'datawrangler'
7171
# noinspection PyShadowingBuiltins
72-
copyright = "2021, Contextual Dynamics Lab"
72+
copyright = "2025, Contextual Dynamics Lab"
7373
author = "Contextual Dynamics Lab"
7474

7575
# The version info for the project you're documenting, acts as replacement
@@ -104,32 +104,16 @@
104104
# The theme to use for HTML and HTML Help pages. See the documentation for
105105
# a list of builtin themes.
106106
#
107-
html_theme = 'pydata_sphinx_theme'
107+
html_theme = 'insegel'
108108

109109
# Theme options are theme-specific and customize the look and feel of a
110110
# theme further. For a list of options available for each theme, see the
111111
# documentation.
112112
#
113113
html_logo = "images/wrangler_logo.png"
114-
# noinspection HttpUrlsUsage
114+
# Theme options for insegel theme
115115
html_theme_options = {
116-
"icon_links": [
117-
{
118-
"name": "GitHub",
119-
"url": "https://github.com/ContextLab/data-wrangler",
120-
"icon": "fab fa-github-square",
121-
},
122-
{
123-
"name": "Twitter",
124-
"url": "https://twitter.com/ContextMemLab",
125-
"icon": "fab fa-twitter-square",
126-
},
127-
{
128-
"name": "Web",
129-
"url": "http://www.context-lab.com",
130-
"icon": "fa fa-globe",
131-
},
132-
]
116+
# Add insegel-specific options here if needed
133117
}
134118

135119
# Add any paths that contain custom static files (such as style sheets) here,

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Sphinx>=1.8.5
22
pytest
3-
pydata-sphinx-theme
3+
insegel
44
nbsphinx
55
pygments

0 commit comments

Comments
 (0)