mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-17 07:55:15 +00:00
Use documentation generation tools that are available for Windows and Linux. Use python instead of shell scripts to generate documentation. For ReadTheDocs make generated documentation content static to avoid running scripts outside of the docs/ path which is the default path for ReadTheDOcs. Add tests that check if generated content does go out of sync with latest source. Use tabs to show commands for Windows and Linux to improve user experience. Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
15 lines
273 B
Plaintext
15 lines
273 B
Plaintext
-r requirements.txt
|
|
gitpython==3.1.44
|
|
linkify-it-py==2.0.3
|
|
myst-parser==4.0.0
|
|
sphinx==8.1.3
|
|
sphinx_rtd_theme==3.0.2
|
|
sphinx-tabs==3.4.7
|
|
pytest==8.3.4
|
|
pytest-cov==6.0.0
|
|
pytest-xprocess==1.0.2
|
|
pre-commit
|
|
mypy==1.13.0
|
|
types-requests==2.32.0.20241016
|
|
pandas-stubs==2.2.3.241126
|