Skip to content

Commit 4b92934

Browse files
committed
WIP: Separate documents
Signed-off-by: Mike McKiernan <[email protected]>
1 parent f86d047 commit 4b92934

File tree

101 files changed

+225
-595
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+225
-595
lines changed

Makefile

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,16 @@ test_coverage:
2121
test_profile:
2222
poetry run pytest -vv tests/ --profile-svg
2323

24-
docs:
25-
poetry run sphinx-build -b html docs _build/docs
24+
docs: docs-guardrails docs-community docs-colang
25+
26+
docs-guardrails:
27+
poetry run sphinx-build -b html docs _build/docs/guardrails
28+
29+
docs-community:
30+
poetry run sphinx-build -b html docs/community _build/docs/community
31+
32+
docs-colang:
33+
poetry run sphinx-build -b html docs/colang _build/docs/colang
2634

2735
pre_commit:
2836
pre-commit install

0 commit comments

Comments
 (0)