Skip to content

Commit

Permalink
Fix doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Apr 13, 2021
1 parent 0aaa638 commit 456e5d4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,15 @@

highlight_language = 'scala'

# configure edit on github: https://docs.readthedocs.io/en/latest/guides/vcs.html
html_context = {
'display_github': True, # Integrate GitHub
'github_user': 'softwaremill', # Username
'github_repo': 'sttp', # Repo name
'github_version': 'master', # Version
'conf_py_path': '/doc/', # Path in the checkout to the docs root
}

# app setup hook
def setup(app):
app.add_config_value('recommonmark_config', {
Expand Down
9 changes: 9 additions & 0 deletions generated-docs/out/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,15 @@

highlight_language = 'scala'

# configure edit on github: https://docs.readthedocs.io/en/latest/guides/vcs.html
html_context = {
'display_github': True, # Integrate GitHub
'github_user': 'softwaremill', # Username
'github_repo': 'sttp', # Repo name
'github_version': 'master', # Version
'conf_py_path': '/doc/', # Path in the checkout to the docs root
}

# app setup hook
def setup(app):
app.add_config_value('recommonmark_config', {
Expand Down

0 comments on commit 456e5d4

Please sign in to comment.