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

Update theme for sphinx 2.0 compliance #98

Open
jputrino opened this issue Feb 8, 2019 · 1 comment
Open

Update theme for sphinx 2.0 compliance #98

jputrino opened this issue Feb 8, 2019 · 1 comment

Comments

@jputrino
Copy link
Collaborator

jputrino commented Feb 8, 2019

Version

1.0.7

Description

Sphinx has made a lot of updates in advance of the 2.0 release, which will fully support python3 (among other things). We need to review the changes, especially the deprecations, and update this theme accordingly.

For example:
Running sphinx 1.8 with v1.0.7-beta produces this error:
/usr/lib/python2.7/site-packages/sphinx/builders/html.py:138: RemovedInSphinx20Warning: builder.css_files is deprecated. Please use app.add_stylesheet() instead.

This means that we need to update how we call css files from the theme layout.
(We should change this so that we're using central resources from the clouddocs project and move the files out of this repo.)

@jputrino
Copy link
Collaborator Author

We should also review this page and incorporate any changes/updates as appropriate:
https://www.sphinx-doc.org/en/master/templating.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant