Created
October 16, 2020 09:30
-
-
Save MarwanDebbiche/52c08e83b635bd4b074c6f94f270d8a0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Read the Docs configuration file | |
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | |
# Required | |
version: 2 | |
# Build documentation in the docs/ directory with Sphinx | |
sphinx: | |
configuration: docs/source/conf.py | |
python: | |
version: 3.8 | |
install: | |
- method: pip # install tsgen. You will need this for autodoc to work | |
path: . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment