Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various infrastructure updates #64

Merged
merged 4 commits into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
build-html:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.12'
- name: Install Dependencies
run: |
pip install -r source/requirements.txt
Expand All @@ -24,10 +24,10 @@ jobs:
build-pdf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: '3.12'
- name: Install Dependencies
run: |
pip install -r source/requirements.txt
Expand All @@ -39,10 +39,10 @@ jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.12'
- name: Install Dependencies
run: |
pip install -r source/requirements.txt
Expand Down
796 changes: 399 additions & 397 deletions poetry.lock

Large diffs are not rendered by default.

31 changes: 14 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,22 @@ description = ""
authors = []

[tool.poetry.dependencies]
python = "^3.6"
doc8 = "==0.8.1"
docutils = "==0.16.0"
python = "^3.12"
doc8 = "==1.1.1"
latex = "==0.7.0"
sphinx = "==3.4.3"
sphinx-hoverxref = "==0.5b1"
sphinx-notfound-page = "==0.6"
sphinx-panels = "==0.5.2"
sphinx-rtd-theme = "==0.5.1"
sphinx-tabs = "==2.0.0"
sphinx = "==7.2.6"
sphinx-hoverxref = "==1.3.0"
sphinx-notfound-page = "==1.0.0"
sphinx-design = "==0.5.0"
sphinx-rtd-theme = "==2.0.0"
sphinx-version-warning = "==1.1.2"
sphinxcontrib-ghcontributors = "==0.2.2"
sphinxcontrib-svg2pdfconverter = "==1.1.1"
sphinxext-linkcheckdiff = "==0.1.0"
sphinxext-opengraph = "==0.4.1"
sphinxext-rediraffe = "==0.2.5"
sphinxext-remoteliteralinclude = "==0.2.0"
sphinxext-toptranslators = "==0.1.2"
sphinxext-delta = "==0.1.0"
sphinxcontrib-ghcontributors = "==0.2.3"
sphinxcontrib-svg2pdfconverter = "==1.2.2"
sphinxext-opengraph = "==0.9.1"
sphinxext-rediraffe = "==0.2.7"
sphinxext-remoteliteralinclude = "==0.4.0"
sphinxext-toptranslators = "==0.1.3"
sphinxext-delta = "==0.2.0"

[tool.poetry.dev-dependencies]

Expand Down
13 changes: 10 additions & 3 deletions source/_static/css/frc-rtd.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
display: block;
float: left;
height: 100%;
width: 25%;
width: 33.3333%;
}

.rst-versions {
Expand Down Expand Up @@ -68,15 +68,22 @@
}

.wy-nav-content {
max-width: 820px;
max-width: 1000px;
}

.wy-nav-content-wrap {
margin-left: 320px;
}

.wy-nav-content-wrap{
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003974',endColorstr='#003974',GradientType=1);background:#003974;background:-moz-linear-gradient(left,#003974,#6cc2c9,#003974);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#003974),color-stop(50%,#6cc2c9),color-stop(100%,#003974));background:-webkit-linear-gradient(left,#003974,#6cc2c9,#003974);background:-o-linear-gradient(left,#003974,#6cc2c9,#003974);background:-ms-linear-gradient(left,#003974,#6cc2c9,#003974);background:linear-gradient(to right,#003974,#6cc2c9,#003974)
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003974',endColorstr='#003974',GradientType=1);
background: #003974;
background: -moz-linear-gradient(left,#6cc2c9,#003974);
background: -webkit-gradient(linear,left top,right top,color-stop(50%,#6cc2c9),color-stop(100%,#003974));
background: -webkit-linear-gradient(left,#6cc2c9,#003974);
background: -o-linear-gradient(left,#6cc2c9,#003974);
background: -ms-linear-gradient(left,#6cc2c9,#003974);
background: linear-gradient(to right,#6cc2c9,#003974);
}

.wy-nav-side,.wy-side-nav-search,.wy-nav-top {
Expand Down
1 change: 0 additions & 1 deletion source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<div class="header-bar">
<!-- Color Strip -->
<div class="color-strip">
<div class="fgreen"></div>
<div class="fred"></div>
<div class="forange"></div>
<div class="fblue"></div>
Expand Down
1 change: 0 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx_tabs.tabs',
'sphinx.ext.autosectionlabel',
'sphinxext.opengraph',
'hoverxref.extension'
Expand Down
107 changes: 50 additions & 57 deletions source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,57 +1,50 @@
alabaster==0.7.12; python_version >= "3.5"
babel==2.9.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
certifi==2020.12.5; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
chardet==4.0.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
colorama==0.4.4; python_version >= "3.5" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.5" and python_full_version >= "3.5.0"
data==0.4
decorator==5.0.5; python_version >= "3.5"
doc8==0.8.1
docutils==0.16; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
funcsigs==1.0.2
future==0.18.2; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
gitdb==4.0.7; python_version >= "3.6"
gitpython==3.1.41; python_version >= "3.6"
idna==2.10; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
imagesize==1.2.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
importlib-metadata==3.10.0; python_version < "3.8" and python_version >= "3.6"
importlib-resources==3.0.0; python_version >= "2.7" and python_full_version < "3.0.0" and python_version < "3.7" or python_full_version >= "3.5.0" and python_version < "3.7"
jinja2==2.11.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
latex==0.7.0
markupsafe==1.1.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
packaging==20.9; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
pbr==5.5.1; python_version >= "3.6"
pygments==2.8.1; python_version >= "3.6" and python_version < "4.0"
pyparsing==2.4.7; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
pytz==2021.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
requests==2.25.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
restructuredtext-lint==1.3.2
shutilwhich==1.1.0
six==1.15.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
smmap==4.0.0; python_version >= "3.6"
snowballstemmer==2.1.0; python_version >= "3.5"
sphinx-hoverxref==0.5b1
sphinx-notfound-page==0.6
sphinx-panels==0.5.2
sphinx-rtd-theme==0.5.1
sphinx-tabs==2.0.0; python_version >= "3.6" and python_version < "4.0"
sphinx-version-warning==1.1.2
sphinx==3.4.3; python_version >= "3.5"
sphinxcontrib-applehelp==1.0.2; python_version >= "3.5"
sphinxcontrib-devhelp==1.0.2; python_version >= "3.5"
sphinxcontrib-ghcontributors==0.2.2
sphinxcontrib-htmlhelp==1.0.3; python_version >= "3.5"
sphinxcontrib-jsmath==1.0.1; python_version >= "3.5"
sphinxcontrib-qthelp==1.0.3; python_version >= "3.5"
sphinxcontrib-serializinghtml==1.1.4; python_version >= "3.5"
sphinxcontrib-svg2pdfconverter==1.1.1; python_version >= "3.4" and python_version < "4.0"
sphinxext-delta==0.1.0; python_version >= "3.6"
sphinxext-linkcheckdiff==0.1.0; python_version >= "3.6"
sphinxext-opengraph==0.4.1; python_version >= "3.6"
sphinxext-rediraffe==0.2.5; python_version >= "3.6"
sphinxext-remoteliteralinclude==0.2.0; python_version >= "3.4"
sphinxext-toptranslators==0.1.2; python_version >= "3.6"
stevedore==3.3.0; python_version >= "3.6"
tempdir==0.7.1
typing-extensions==3.7.4.3; python_version < "3.8" and python_version >= "3.6"
urllib3==1.26.4; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.5"
zipp==3.4.1; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.7" or python_full_version >= "3.5.0" and python_version < "3.7" and python_version >= "3.6"
alabaster==0.7.16 ; python_version >= "3.12" and python_version < "4.0"
babel==2.14.0 ; python_version >= "3.12" and python_version < "4.0"
certifi==2024.2.2 ; python_version >= "3.12" and python_version < "4.0"
charset-normalizer==3.3.2 ; python_version >= "3.12" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.12" and python_version < "4.0" and sys_platform == "win32"
data==0.4 ; python_version >= "3.12" and python_version < "4.0"
decorator==5.1.1 ; python_version >= "3.12" and python_version < "4.0"
doc8==1.1.1 ; python_version >= "3.12" and python_version < "4.0"
docutils==0.20.1 ; python_version >= "3.12" and python_version < "4.0"
funcsigs==1.0.2 ; python_version >= "3.12" and python_version < "4.0"
future==1.0.0 ; python_version >= "3.12" and python_version < "4.0"
gitdb==4.0.11 ; python_version >= "3.12" and python_version < "4.0"
gitpython==3.1.42 ; python_version >= "3.12" and python_version < "4.0"
idna==3.6 ; python_version >= "3.12" and python_version < "4.0"
imagesize==1.4.1 ; python_version >= "3.12" and python_version < "4.0"
jinja2==3.1.3 ; python_version >= "3.12" and python_version < "4.0"
latex==0.7.0 ; python_version >= "3.12" and python_version < "4.0"
markupsafe==2.1.5 ; python_version >= "3.12" and python_version < "4.0"
packaging==23.2 ; python_version >= "3.12" and python_version < "4.0"
pbr==6.0.0 ; python_version >= "3.12" and python_version < "4.0"
pygments==2.17.2 ; python_version >= "3.12" and python_version < "4.0"
requests==2.31.0 ; python_version >= "3.12" and python_version < "4.0"
restructuredtext-lint==1.4.0 ; python_version >= "3.12" and python_version < "4.0"
shutilwhich==1.1.0 ; python_version >= "3.12" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.12" and python_version < "4.0"
smmap==5.0.1 ; python_version >= "3.12" and python_version < "4.0"
snowballstemmer==2.2.0 ; python_version >= "3.12" and python_version < "4.0"
sphinx-design==0.5.0 ; python_version >= "3.12" and python_version < "4.0"
sphinx-hoverxref==1.3.0 ; python_version >= "3.12" and python_version < "4.0"
sphinx-notfound-page==1.0.0 ; python_version >= "3.12" and python_version < "4.0"
sphinx-rtd-theme==2.0.0 ; python_version >= "3.12" and python_version < "4.0"
sphinx-version-warning==1.1.2 ; python_version >= "3.12" and python_version < "4.0"
sphinx==7.2.6 ; python_version >= "3.12" and python_version < "4.0"
sphinxcontrib-applehelp==1.0.8 ; python_version >= "3.12" and python_version < "4.0"
sphinxcontrib-devhelp==1.0.6 ; python_version >= "3.12" and python_version < "4.0"
sphinxcontrib-ghcontributors==0.2.3 ; python_version >= "3.12" and python_version < "4.0"
sphinxcontrib-htmlhelp==2.0.5 ; python_version >= "3.12" and python_version < "4.0"
sphinxcontrib-jquery==4.1 ; python_version >= "3.12" and python_version < "4.0"
sphinxcontrib-jsmath==1.0.1 ; python_version >= "3.12" and python_version < "4.0"
sphinxcontrib-qthelp==1.0.7 ; python_version >= "3.12" and python_version < "4.0"
sphinxcontrib-serializinghtml==1.1.10 ; python_version >= "3.12" and python_version < "4.0"
sphinxcontrib-svg2pdfconverter==1.2.2 ; python_version >= "3.12" and python_version < "4.0"
sphinxext-delta==0.2.0 ; python_version >= "3.12" and python_version < "4.0"
sphinxext-opengraph==0.9.1 ; python_version >= "3.12" and python_version < "4.0"
sphinxext-rediraffe==0.2.7 ; python_version >= "3.12" and python_version < "4.0"
sphinxext-remoteliteralinclude==0.4.0 ; python_version >= "3.12" and python_version < "4.0"
sphinxext-toptranslators==0.1.3 ; python_version >= "3.12" and python_version < "4.0"
stevedore==5.2.0 ; python_version >= "3.12" and python_version < "4.0"
tempdir==0.7.1 ; python_version >= "3.12" and python_version < "4.0"
urllib3==2.2.1 ; python_version >= "3.12" and python_version < "4.0"
Loading