Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
miklosban committed Feb 21, 2020
1 parent 3f8771d commit 5dee110
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions official_docs/en/conf.py
Expand Up @@ -33,13 +33,13 @@
#edit_on_github_project = 'OpenBioMaps/documentaion'
#edit_on_github_branch = 'master'
extensions = [
'sphinxcontrib.srclinks',
#'sphinxcontrib.srclinks',
'sphinx.ext.intersphinx',
'm2r',
]
srclink_project = 'https://github.com/OpenBioMaps/documentation/official_docs/en/'
srclink_src_path = 'docs/'
srclink_branch = 'master'
#srclink_project = 'https://github.com/OpenBioMaps/documentation/official_docs/en/'
#srclink_src_path = 'docs/'
#srclink_branch = 'master'
source_suffix = ['.rst', '.md']

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -163,13 +163,13 @@
'localtoc.html',
'relations.html',
'searchbox.html',
'srclinks.html',
#'srclinks.html',
],
'index': [
'globaltoc.html',
'relations.html',
'searchbox.html',
'srclinks.html',
#'srclinks.html',
],
}

Expand Down

0 comments on commit 5dee110

Please sign in to comment.