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

[Python - documentation] body_max_width is not a valid option for 'classic' theme #42

Closed
VincentRouvreau opened this issue Mar 14, 2019 · 0 comments · Fixed by #506
Closed
Labels
3.5.0 GUDHI version 3.5.0

Comments

@VincentRouvreau
Copy link
Contributor

Sphinx Python documentation fails on some system because of:

   html_theme = 'classic'
   html_theme_options = {
   ...
      "body_max_width": "1200px",

Regarding
https://github.com/sphinx-doc/sphinx/blob/master/doc/theming.rst body_max_width option
is only available for 'basic' theme.

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

Successfully merging a pull request may close this issue.

1 participant