Skip to content
Snippets Groups Projects
Commit e89360c7 authored by Luka Stanisic's avatar Luka Stanisic
Browse files

doc: improvements

parent 65055f01
No related branches found
No related tags found
1 merge request!6BioEM2.0 development
......@@ -16,9 +16,9 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import os
import sys
sys.path.insert(0, os.path.abspath('exts/'))
# -- General configuration ------------------------------------------------
......@@ -34,6 +34,7 @@ extensions = ['sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx.ext.imgmath',
'sphinx.ext.ifconfig',
'inpar',
'sphinxcontrib.bibtex']
# Setting up flags
......
*.pyc
def setup(app):
app.add_crossref_type('inpar', 'inpar', 'single: %s')
app.add_crossref_type('outpar', 'outpar', 'single: %s')
return {'version': '0.1'} # identifies the version of our extension
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment