Skip to content

Commit

Permalink
partial soln?
Browse files Browse the repository at this point in the history
  • Loading branch information
WillXuCodes committed Jul 19, 2024
1 parent a587bb9 commit bc66147
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cortex:
sphinx-build ./cortex/ ./build/cortex

home:
mkdir -p ./build
sphinx-build ./home/ ./build/
mv ./build/_static/githubupdate.php ./build || true
mv ./build/_static/pros-tux-b-b.png ./build || true
Expand All @@ -22,7 +23,7 @@ v5:

clean:
-rm -rf ./build
ls -la
ls ./build || true

linkcheck:
sphinx-build -b linkcheck ./cortex/ ./build/cortex
Expand Down

0 comments on commit bc66147

Please sign in to comment.