Skip to content

Commit

Permalink
Use custom domain - rtw.stoglrobotics.de (StoglRobotics#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl authored Jan 20, 2023
1 parent 9b51bb9 commit a525556
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docs-deploy-sphinx-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html
cname: rtw.stoglrobotics.de
1 change: 1 addition & 0 deletions docs/_themes/sphinx_rtd_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<meta charset="utf-8" />
{{ metatags }}
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script defer data-domain="rtw.stoglrobotics.de" src="https://plausible.io/js/script.js"></script>
{% block htmltitle %}
<title>{{ title|striptags|e }}{{ titlesuffix }}</title>
{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
# Output file base name for HTML help builder.
htmlhelp_basename = "ROSTeamWorkspacedoc"

html_baseurl = "https://stoglrobotics.github.io/ros_team_workspace/" + ros_distro + "/"
html_baseurl = "https://rtw.stoglrobotics.de/" + ros_distro + "/"

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
Expand Down

0 comments on commit a525556

Please sign in to comment.