Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codearraydev/tutorial-template
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: readthedocs/tutorial-template
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 16, 2023

  1. Use a YAML file and Python requirements

    The `.readthedocs.yaml` file is now required.
    
    Besdies, we are not installing the Read the Docs Sphinx theme by default.
    Due to that, we need to manually install it via `requirements.txt`
    humitos committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    4dc7417 View commit details
    Browse the repository at this point in the history
  2. Merge pull request readthedocs#52 from readthedocs/humitos/config-req…

    …uirements
    
    Use a YAML file and Python requirements
    ericholscher authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    00dc2a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Use a explicit sphinx.configuration

    Making this config explicit instead of realying on Read the Docs finding the
    correct `conf.py` file.
    humitos committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    be76d78 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Merge pull request readthedocs#53 from readthedocs/humitos/explicit-s…

    …phinx-conf
    
    Use a explicit `sphinx.configuration`
    humitos authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f594c40 View commit details
    Browse the repository at this point in the history
Loading