Skip to content
Snippets Groups Projects

docs: creation of basic structure

Merged Imported Administrator requested to merge docs into master
All threads resolved!
3 files
+ 2
5
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
3
@@ -9,7 +9,6 @@ import datetime
sys.path.insert(0, os.path.abspath('..')) # Allow modules to be found
# TODO: fix me
# from bpo import __version__
__version__="0.123"
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
@@ -49,8 +48,7 @@ htmlhelp_basename = 'bpodoc'
html_theme_options = {
'display_version': True,
'style_external_links': True,
}
'style_external_links': True,}
# -- Options for manual page output ---------------------------------------
Loading