Skip to content

Commit

Permalink
Revert "Change tabs to be more accurate to current state of PROS (#380)"
Browse files Browse the repository at this point in the history
This reverts commit 879f343.
  • Loading branch information
WillXuCodes committed Jul 19, 2024
1 parent 879f343 commit f6d7111
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
3 changes: 0 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
inputs:
versionSpec: '3'

- name: Install Requirements
run: python3 -m pip install --upgrade pip && pip3 install -r requirements.txt

- task: PipAuthenticate@0
inputs:
artifactFeeds: 'pros-cli'
Expand Down
6 changes: 3 additions & 3 deletions home/_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@
<li>
<a class="white-bar" href="./v5/index.html">DOCS</a>
<ul>
<li><a href="./v5/pros-4/index.html">PROS 4 [V5] (Current)</a></li>
<li><a href="./v5/index.html">PROS 3 [V5]</a></li>
<li><a href="./cortex/index.html">PROS 2 [Cortex]</a></li>
<li><a href="./v5/index.html">DOCS FOR V5</a></li>
<li><a href="./v5/pros-4/index.html">DOCS FOR PROS 4 (V5)</a></li>
<li><a href="./cortex/index.html">DOCS FOR CORTEX</a></li>
</ul>
</li>
<li><a class="white-bar" href="./v5/blog/index.html">BLOG</a></li>
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
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
Expand Down
8 changes: 4 additions & 4 deletions scripts/build.sh
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/

0 comments on commit f6d7111

Please sign in to comment.