Skip to content

Commit

Permalink
trying to explain these requirements to RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
Robyn Speer committed Apr 1, 2021
1 parent 54952ff commit 2c705e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .readthedocs.yaml
Expand Up @@ -5,4 +5,7 @@ sphinx:
python:
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs
1 change: 0 additions & 1 deletion docs/requirements.txt

This file was deleted.

3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -51,6 +51,9 @@
'ftfy = ftfy.cli:main'
]
},
extras_require={
"docs": ["furo", "sphinx"]
},
project_urls={
'Documentation': 'http://ftfy.readthedocs.io',
}
Expand Down

0 comments on commit 2c705e3

Please sign in to comment.