Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 1: Add files to your-repo root

1.1 Create or extend file .gitignore in the root of your repository with the following content

No Format
.tox
docs/_build/

1.2 Create file .readthedocs

Create a file in the root of your repository called .readthedocs.yaml (yes there's a leading dot) with the following content:

...