Skip to content

Commit f22d5fe

Browse files
committedMar 22, 2024
chore(docs): Rollback to alabaster layout
1 parent 1f9e50e commit f22d5fe

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎doc/conda_environment.yml

-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ dependencies:
1313
- gaphas>=2.1.0,<2.2.0
1414
- jsonconversion>=1.0.0
1515
- yaml_configuration>=0.2.5,<0.3.0
16-
- sphinx_rtd_theme==1.0.0
1716
- https://files.pythonhosted.org/packages/e3/d6/52994712b7d985a58614233fb3c317abaa6a91525d0c5e9f1be93ace03f6/python-gtkmvc3-dlr-1.0.1.tar.gz#egg=python-gtkmvc3-dlr

‎doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# -- General configuration ------------------------------------------------
3232

3333
# If your documentation needs a minimal Sphinx version, state it here.
34-
needs_sphinx = '5.0'
34+
needs_sphinx = '1.4'
3535

3636
# Add any Sphinx extension module names here, as strings. They can be
3737
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
@@ -138,7 +138,7 @@
138138

139139
# The theme to use for HTML and HTML Help pages. See the documentation for
140140
# a list of builtin themes.
141-
html_theme = 'sphinx_rtd_theme'
141+
# html_theme = 'sphinx_rtd_theme'
142142

143143
# Theme options are theme-specific and customize the look and feel of a theme
144144
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)
Please sign in to comment.