Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gwaldron/osgearth
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Oct 23, 2023
2 parents 7b78aee + 4c25e3a commit e4c4908
Show file tree
Hide file tree
Showing 2 changed files with 4 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)
1 change: 1 addition & 0 deletions docs/source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
sphinx-markdown-tables==0.0.9
myst-parser==2.0.0

0 comments on commit e4c4908

Please sign in to comment.