Skip to content

Commit cd53010

Browse files
committed
fix rebase garbage
1 parent fb62ce5 commit cd53010

File tree

5 files changed

+40
-19
lines changed

5 files changed

+40
-19
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install LaTeX
1717
run: |
1818
sudo apt-get update
19-
sudo apt install -y texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra latexmk texlive-lang-greek texlive-luatex texlive-xetex texlive-fonts-extra dvipng librsvg2-bin
19+
sudo apt install -y texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra latexmk texlive-lang-greek texlive-luatex texlive-xetex texlive-fonts-extra dvipng librsvg2-bin nodejs npm
2020
- name: Build HTML
2121
run: |
2222
make html

poetry.lock

Lines changed: 37 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ sphinxext-mimic = "==0.1.1"
2727
sphinxext-opengraph = "==0.4.1"
2828
sphinxext-photofinish = "==0.1.8"
2929
sphinxext-presentations = "==0.2.2"
30+
sphinxext-pwa = "==0.0.3a0"
3031
sphinxext-rediraffe = "==0.2.5"
3132
sphinxext-remoteliteralinclude = "==0.3.0"
3233
sphinxext-toptranslators = "==0.1.2"

readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ build:
99
os: ubuntu-20.04
1010
tools:
1111
python: "3.9"
12+
nodejs: "16"
1213

1314
formats:
1415
- htmlzip

source/conf.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,6 @@
208208
# URL favicon
209209
html_favicon = "assets/FIRSTicon_RGB_withTM.ico"
210210

211-
# Specify canonical root
212-
# This tells search engines that this domain is preferred
213-
if os.getenv("TESTING"):
214-
html_baseurl = "http://localhost:8000/"
215-
else:
216-
html_baseurl = "https://frc-docs--1704.org.readthedocs.build/en/1704/"
217-
218211
html_theme_options = {
219212
"collapse_navigation": True,
220213
"sticky_navigation": False,

0 commit comments

Comments
 (0)