Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Classical-MD-Modules
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sarah McCartan
Classical-MD-Modules
Commits
0e2a1f23
Commit
0e2a1f23
authored
Oct 25, 2016
by
Alan O'Cais
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Place everything sphinx related in the same spot
parent
01715135
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/conf.py
docs/conf.py
+3
-3
No files found.
docs/conf.py
View file @
0e2a1f23
...
...
@@ -16,9 +16,6 @@
import
sys
import
os
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../'
))
import
sphinx_bootstrap_theme
# If extensions (or modules to document with autodoc) are in another directory,
# 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.
...
...
@@ -122,6 +119,9 @@ todo_include_todos = True
# a list of builtin themes.
on_rtd
=
os
.
environ
.
get
(
'READTHEDOCS'
,
None
)
==
'True'
if
on_rtd
:
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../'
))
import
sphinx_bootstrap_theme
html_theme
=
'bootstrap'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment