-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Change tabs to be more accurate to current state of PROS (#380)"
This reverts commit 879f343.
- Loading branch information
1 parent
879f343
commit f6d7111
Showing
4 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
docutils<0.18 | ||
sphinx==1.8.5 | ||
Sphinx==1.8.5 | ||
alabaster==0.7.13 | ||
sphinx_tabs==1.1.10 | ||
ablog==0.9.4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
|
||
echo Building project | ||
make all | ||
mkdir -p ./build/v5/pros-4 | ||
rm -rf ./build/v5/pros-4/* | ||
cp -r pros-doxygen-docs/* ./build/v5/pros-4/ | ||
make clean all | ||
rm -r ./build/v5/pros-4 | ||
mkdir ./build/v5/pros-4 | ||
cp -r pros-doxygen-docs/* ./build/v5/pros-4/ |