Separate out docs into its own yaml | Use in RTD

This commit is contained in:
abejgonzalez
2024-01-18 10:45:40 -08:00
parent c7e33e96c9
commit bc6af9207b
6 changed files with 681 additions and 690 deletions

23
conda-reqs/docs.yaml Normal file
View File

@@ -0,0 +1,23 @@
channels:
- ucb-bar
- conda-forge
- litex-hub
- nodefaults
platforms:
- linux-64
dependencies:
# https://conda-forge.org/feedstock-outputs/
# filterable list of all conda-forge packages
# https://conda-forge.org/#contribute
# instructions on adding a recipe
# https://docs.conda.io/projects/conda/en/latest/user-guide/concepts/pkg-specs.html#package-match-specifications
# documentation on package_spec syntax for constraining versions
# doc requirements
- sphinx
- pygments
- sphinx-autobuild
- sphinx_rtd_theme
- docutils