Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron authored Oct 23, 2023
1 parent bdb1ca8 commit 4cfe4a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Markdown support
#from recommonmark.parser import CommonMarkParser
from recommonmark.transform import AutoStructify
#from recommonmark.transform import AutoStructify

# -- General configuration -----------------------------------------------------

Expand Down Expand Up @@ -240,7 +240,7 @@
# dir menu entry, description, category)
texinfo_documents = [
('index', 'osgEarth', u'osgEarth Documentation',
u'Pelican Mapping', 'osgEarth', 'One line description of project.',
u'Pelican Mapping', 'osgEarth', 'Geospatial SDK for OpenSceneGraph',
'Miscellaneous'),
]

Expand All @@ -259,4 +259,4 @@ def setup(app):
#app.add_config_value('recommonmark_config', {
# 'enable_auto_toc_tree': True,
#}, True)
app.add_transform(AutoStructify)
#app.add_transform(AutoStructify)

0 comments on commit 4cfe4a8

Please sign in to comment.