Skip to content

Commit

Permalink
Include docs requirements for building rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
lcdunne committed Sep 9, 2024
1 parent 8c7b2a7 commit 300871b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ sphinx:
python:
install:
- method: pip
path: .
path: .
extra_requirements:
- docs
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "flask-reqcheck"
version = "0.0.9"
version = "0.0.10"
description = "Request validation for Flask applications using Pydantic."
keywords = ["Python", "Flask", "validation"]
authors = [{name = "Lewis Dunne"}]
Expand All @@ -30,6 +30,12 @@ dev = [
"Pallets-Sphinx-Themes",
"pytest",
"python-dotenv",
"sphinx",
]

docs = [
"numpydoc",
"Pallets-Sphinx-Themes",
"sphinx"
]

Expand Down

0 comments on commit 300871b

Please sign in to comment.