Skip to content

Commit

Permalink
Separate out docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez committed Jan 18, 2024
1 parent f3f6a2b commit 602176f
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ sphinx:
configuration: docs/conf.py

conda:
environment: conda-reqs/chipyard.yaml
environment: conda-reqs/docs.yaml
7 changes: 0 additions & 7 deletions conda-reqs/chipyard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,6 @@ dependencies:
- pip:
- hammer-vlsi[asap7]==1.2.0

# doc requirements
- sphinx
- pygments
- sphinx-autobuild
- sphinx_rtd_theme==0.5.2
- docutils

# firesim python packages
# While it is possible to install using pip after creating the
# conda environment, pip's dependency resolution can conflict with
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions conda-reqs/docs.yaml
Original file line number Diff line number Diff line change
@@ -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==0.5.2
- docutils
1 change: 1 addition & 0 deletions scripts/generate-conda-lockfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ for TOOLCHAIN_TYPE in riscv-tools esp-tools; do
--no-mamba \
--no-micromamba \
-f "$REQS_DIR/chipyard.yaml" \
-f "$REQS_DIR/docs.yaml" \
-f "$REQS_DIR/$TOOLCHAIN_TYPE.yaml" \
-p linux-64 \
--lockfile $LOCKFILE
Expand Down

0 comments on commit 602176f

Please sign in to comment.