Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork859
Added copyright link for the devguide#665
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
In order to resolve issuespython#652 andpython#653 in the devguide (which are duplicates of each other), we added a theme variable to `python_docs_theme/layout.html` in PRpython#67. This will allow all users of the python-docs-theme library to have more functionality and backwards compatibility. In addition, if users don't define a link for copyright information, then they won't have a broken link that leads to nowhere in their page footer.In order to have the correct copyright link for the devguide specifically, we just needed to specify it in the `html_theme_options` dictionary in the devguide's `conf.py`, which I did in this commit.
@CAM-Gerlach The build failed because the changes to From what I understand, I just need to wait for you to merge the changes to |
Yup, exactly, except I'm not an org member, just a drive-by contributor, so I can't merge anything haha! That's up to@Mariatta , I assume, and depends on how you have your infra set up to pull in the theme (which I'm not really familiar with). Thanks! |
Could you check with mypython/python-docs-theme#67 (comment) ? Thank you |
Hey, looks like the theme changes were merged@jablonskidev . Any chance this could get a rebuild? |
Let's close this because the devguide is now using theFuro theme instead (#679) which doesn't support the But thanks anyway for the PR! |
Oh well; so much for all that, heh. |
On the bright side, python_docs_theme was improved for others :) |
In order to resolve issues#652 and#653 in the devguide (which are duplicates of each other), we added a theme variable to
python_docs_theme/layout.html
in PR#67. This will allow all users of the python-docs-theme library to have more functionality and backwards compatibility. In addition, if users don't define a link for copyright information, then they won't have a broken link that leads to nowhere in their page footer.In order to have the correct copyright link for the devguide specifically, we just needed to specify it in the
html_theme_options
dictionary in the devguide'sconf.py
, which I did in this commit.