Skip to content

Commit

Permalink
fix docs edit branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Jan 12, 2024
1 parent 9342959 commit 5fc372e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
venv
15 changes: 7 additions & 8 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@

# -- Path setup --------------------------------------------------------------

from datetime import datetime
import os
import sys
sys.path.insert(0, os.path.abspath('_ext'))

#sys.path.insert(1, os.path.abspath('/PATH/TO/doxyrest_b/doxyrest/sphinx'))
# sys.path.insert(1, os.path.abspath('/PATH/TO/doxyrest_b/doxyrest/sphinx'))
# JLBC: Must be added to PYTHONPATH manually by the caller.

from datetime import datetime


# -- Project information -----------------------------------------------------

Expand Down Expand Up @@ -55,10 +54,10 @@

# For edit on github:
html_context = {
'display_github': True,
'github_user': 'MOLAorg',
'github_repo': 'mola',
'github_version': 'master/docs/source/'
'display_github': True,
'github_user': 'MOLAorg',
'github_repo': 'mola',
'github_version': 'develop/docs/source/'
}

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -94,7 +93,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
#html_theme = 'alabaster'
# html_theme = 'alabaster'
html_theme = "sphinx_rtd_theme"


Expand Down

0 comments on commit 5fc372e

Please sign in to comment.