Skip to content

Commit

Permalink
docs: cleaning up docs (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik1999 authored Apr 15, 2024
1 parent ca3121d commit c5ec96c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ script = "cargo run --bin ${NODE_BINARY} --features ${NODE_FEATURES_TESTING} --
[tasks.docs-deps]
description = "Install documentation dependencies"
command = "pip3"
args = ["install", "-r", "requirements.txt"]
args = ["install", "-r", "scripts/docs_requirements.txt"]

[tasks.build-docs]
description = "Build documentation"
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion run-docs-site.sh → scripts/run-docs-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ set -euo pipefail

virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt
pip3 install -r docs_requirements.txt
cd ..
mkdocs serve --strict

0 comments on commit c5ec96c

Please sign in to comment.