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

Use the Jupyter book sphinx theme instead of RTD #227

Merged
merged 10 commits into from
Apr 19, 2021
Merged

Commits on Apr 14, 2021

  1. Use the Jupyter book sphinx theme instead of RTD

    The theme is a lot nicer and more modern. It has builtin a lot of the
    hacks we made to the template to add download and edit buttons. A few
    things to finish:
    
    * Check if the google analytics code is inserted
    * Check links to edit sphinx gallery content
    leouieda committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    86c862c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    db57bf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    158cd29 View commit details
    Browse the repository at this point in the history
  3. Add a rule to clean only the HTML

    Makes it easier to regenerate without losing the sphinx-gallery build
    leouieda committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    900e93a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cd9a88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e590753 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed54498 View commit details
    Browse the repository at this point in the history
  7. Include the version number in the HTML title

    This is the easiest way to do it. Includes custom styling for the
    version number
    leouieda committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    218a4cf View commit details
    Browse the repository at this point in the history
  8. Separate docs requirements to avoid conflicts

    There can be conflicts between the docs requirements and older Python
    versions. Since we don't want to leave sphinx unpinned to avoid hard to
    spot regressions in the docs. This way, it's not installed when running
    tests, only when building the docs
    leouieda committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    482b48f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    a163d1a View commit details
    Browse the repository at this point in the history