Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added missing variables #24

Merged
11 changes: 9 additions & 2 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
## Release 0.4.0 (development release)
## Release 0.3.2

### Bug fixes

* Added missing variables: `github_link` and `gallery_dirs` to address the View on GitHub link not working for demos.
[#24](https://github.com/XanaduAI/xanadu-sphinx-theme/pull/24)

### Contributors

This release contains contributions from (in alphabetical order):

## Release 0.3.1 (current release)
[Lucas Silbernagel](https://github.com/LucasSilbernagel)

## Release 0.3.1

### Improvements

Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ Once installed, simply add or modify the following variables of your Sphinx

"navbar_home_link": "https://example.com",

"github_link": "",

"gallery_dirs": [],

"navbar_left_links": [
{
"name": "Tutorials",
Expand Down
5 changes: 5 additions & 0 deletions xanadu_sphinx_theme/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ google_analytics_tracking_id =
# List of extra copyright notices to place in the footer.
extra_copyrights =

# Link that is opened when View on GitHub is clicked on a demo
github_link =
# Path where to save gallery generated examples
gallery_dirs =

# Specify the title and description of the About section in the footer
footer_about =
# Provide lists of links to display in the footer
Expand Down