-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modify requirements for latest sphinx version testing if theme_override is the issue customize css for version dropdown try to get css changes to load add sphinx built-in copy/paste button add sphinx-copybutton to requirements remove sphinx-copybutton attempting custom css change testing if we need theme_overrides.css anymore remove unused file and revert custom.css back to normal update Makefile to work with requirements.txt added docs modifications to CHANGELOG Fix footer styling in docs attempt to fix styling issue on variables page try to get themes_overrides to work fix tab issues styles pls work im begging adding html_css_files var for the 5th time testing whether this file is being loaded at all will this make it load? purposefully breaking conf.py as a test trying complete relative path try changing sidebar style instead of table moving the z-index style to different div commenting out custom.js as a test first draft of overflow fix swap styling order test if second @media tag breaks css fix potential issue with @media tags still trying to get @media to work trying to get styles to update on the actual site pls just load try a fix where I import alabastor's stylesheet remove @import and add html_context to conf remove html_context modify variables table to use code blocks for col 3 remove theme_overrides again and modify CHANGELOG Fix footer styling and horizontal scroll overalp for variables page
- Loading branch information
Showing
8 changed files
with
225 additions
and
88 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
version: 2 | ||
|
||
build: | ||
os: "ubuntu-20.04" | ||
tools: | ||
python: "3.8" | ||
|
||
sphinx: | ||
configuration: docs/source/conf.py | ||
|
||
python: | ||
install: | ||
- requirements: docs/requirements.txt |
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 |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.8 | ||
# To update, run: | ||
# | ||
# pip-compile requirements.in | ||
# | ||
alabaster==0.7.12 | ||
# via sphinx | ||
babel==2.10.3 | ||
# via sphinx | ||
certifi==2022.9.24 | ||
# via requests | ||
charset-normalizer==2.1.1 | ||
# via requests | ||
docutils==0.17.1 | ||
# via sphinx | ||
idna==3.4 | ||
# via requests | ||
imagesize==1.4.1 | ||
# via sphinx | ||
importlib-metadata==5.0.0 | ||
# via sphinx | ||
jinja2==3.0.3 | ||
# via sphinx | ||
markupsafe==2.1.1 | ||
# via jinja2 | ||
packaging==21.3 | ||
# via sphinx | ||
pygments==2.13.0 | ||
# via sphinx | ||
pyparsing==3.0.9 | ||
# via packaging | ||
pytz==2022.5 | ||
# via babel | ||
requests==2.28.1 | ||
# via sphinx | ||
snowballstemmer==2.2.0 | ||
# via sphinx | ||
sphinx==5.3.0 | ||
# via -r requirements.in | ||
sphinxcontrib-applehelp==1.0.2 | ||
# via sphinx | ||
sphinxcontrib-devhelp==1.0.2 | ||
# via sphinx | ||
sphinxcontrib-htmlhelp==2.0.0 | ||
# via sphinx | ||
sphinxcontrib-jsmath==1.0.1 | ||
# via sphinx | ||
sphinxcontrib-qthelp==1.0.3 | ||
# via sphinx | ||
sphinxcontrib-serializinghtml==1.1.5 | ||
# via sphinx | ||
urllib3==1.26.12 | ||
# via requests | ||
zipp==3.10.0 | ||
# via importlib-metadata |
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 was deleted.
Oops, something went wrong.
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