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 095308f commit 3f8771d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions official_docs/hu/conf.py
Expand Up @@ -32,12 +32,12 @@
#extensions = ['edit_on_github']
#edit_on_github_project = 'OpenBioMaps/documentaion'
#edit_on_github_branch = 'master'
extensions = [
'sphinxcontrib.srclinks',
]
srclink_project = 'https://github.com/OpenBioMaps/documentation/official_docs'
srclink_src_path = 'docs/'
srclink_branch = 'master'
#extensions = [
# 'sphinxcontrib.srclinks',
#]
#srclink_project = 'https://github.com/OpenBioMaps/documentation/official_docs'
#srclink_src_path = 'docs/'
#srclink_branch = 'master'

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down Expand Up @@ -160,13 +160,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 3f8771d

Please sign in to comment.