Skip to content

Commit 6b6204a

Browse files
committed
spell sidebars correctly
GAH
1 parent 12b8279 commit 6b6204a

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

docs/conf.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@
3434
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3535
# ones.
3636
extensions = [
37+
'sphinx.ext.ifconfig',
3738
'sphinx.ext.autodoc',
3839
'sphinx.ext.todo',
39-
'alabaster',
40+
# 'alabaster',
4041
]
4142

4243
# Add any paths that contain templates here, relative to this directory.
@@ -159,7 +160,7 @@
159160

160161
# Add any paths that contain custom themes here, relative to this directory.
161162
html_theme_path = []
162-
html_theme_path = [alabaster.get_path( ),]
163+
# html_theme_path = [alabaster.get_path( )]
163164

164165
# The name for this set of Sphinx documents. If None, it defaults to
165166
# "<project> v<release> documentation".
@@ -172,6 +173,7 @@
172173
# of the sidebar.
173174
#html_logo = None
174175
html_logo = '_static/openaps-logo.png'
176+
html_logo = None
175177

176178
# The name of an image file (relative to this directory) to use as a favicon of
177179
# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
@@ -201,7 +203,9 @@
201203
#html_sidebars = {}
202204
# for alabaster
203205
"""
204-
html_sidbars = {
206+
html_sidebars = { }
207+
"""
208+
html_sidebars = {
205209
'**': [
206210
'about.html',
207211
'navigation.html',
@@ -210,9 +214,7 @@
210214
'donate.html',
211215
]
212216
}
213-
"""
214217

215-
html_sidbars = { }
216218

217219
# Additional templates that should be rendered to pages, maps page names to
218220
# template names.
@@ -288,6 +290,7 @@
288290
# The name of an image file (relative to this directory) to place at the top of
289291
# the title page.
290292
#latex_logo = None
293+
latex_logo = '_static/openaps-logo.png'
291294

292295
# For "manual" documents, if this is true, then toplevel headings are parts,
293296
# not chapters.

docs/reference/openaps/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22

33
.. _openaps-tools:
4+
45
openaps
56
=======
67
.. toctree::

0 commit comments

Comments
 (0)