NLeSC / python-template

Netherlands eScience Center Python Template
https://research-software-directory.org/software/nlesc-python-template
Apache License 2.0
163 stars 73 forks source link

Add extra optional-dependencies section for documentation requirements #387

Closed sjvrijn closed 1 week ago

sjvrijn commented 2 months ago

Description

Create a separate optional-dependencies section for documentation, and switched .readthedocs.yaml from 'dev' to 'docs'.

No documentation dependencies can be removed from 'dev', since we also have tests on the documentation generation.

Fixes #317