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

readthedocs: Add search ranking and use latest Python version #242

Merged
merged 9 commits into from
Apr 24, 2023

Commits on Apr 3, 2023

  1. readthedocs: Add search ranking and use latest Python version

    Add a ranking which search results should pop up first (proposed docs/source > ema_workbench/examples > ema_workbench > everything else > all models).
    
    See https://docs.readthedocs.io/en/stable/config-file/v2.html#search
    
    Also always use latest stable Python version.
    EwoutH committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    506ff0f View commit details
    Browse the repository at this point in the history
  2. docs: sphinx-rtd-theme as optional dep, specify needs_sphinx

    - Set sphinx-rtd-theme as optional docs dependency
    - Specify needs_sphinx and needs_extensions in the conf.py configuration file (see https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-needs_sphinx)
    EwoutH committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    9baad82 View commit details
    Browse the repository at this point in the history
  3. Update .readthedocs.yaml

    Try something else to set the docs requirements
    EwoutH committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    68773cb View commit details
    Browse the repository at this point in the history
  4. Update .readthedocs.yaml

    EwoutH committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    b1bcec0 View commit details
    Browse the repository at this point in the history
  5. readthedocs-sphinx-ext update

    EwoutH committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    98bcd62 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

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

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    a51925f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18a7af1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. docs: conf.py: Implement search workaround

    Implement a workaround to get search working again
    
    readthedocs/sphinx_rtd_theme#1452 (comment)
    EwoutH committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    5433e08 View commit details
    Browse the repository at this point in the history