Skip to content

Commit

Permalink
update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
gamesguru committed Feb 26, 2024
1 parent 1ce4b11 commit 8b00637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/furo
Submodule furo updated 39 files
+0 −3 .flake8
+18 −0 .github/dependabot.yml
+8 −4 .github/workflows/deploy-docs.yml
+6 −7 .github/workflows/release.yml
+10 −17 .pre-commit-config.yaml
+35 −0 docs/changelog.md
+3 −3 docs/customisation/footer.md
+3 −1 docs/customisation/index.md
+1 −3 docs/customisation/landing-page.md
+1 −1 docs/customisation/logo.md
+16 −1 docs/kitchen-sink/blocks.rst
+2 −2 docs/kitchen-sink/really-long.md
+4 −0 docs/kitchen-sink/tables.rst
+20 −0 docs/reference/images.md
+25 −5 noxfile.py
+1,358 −2,366 package-lock.json
+10 −10 package.json
+14 −12 pyproject.toml
+75 −98 src/furo/__init__.py
+17 −2 src/furo/_demo_module.py
+1 −1 src/furo/assets/scripts/furo.js
+2 −2 src/furo/assets/scripts/gumshoe-patched.js
+18 −1 src/furo/assets/styles/_scaffold.sass
+2 −0 src/furo/assets/styles/base/_screen-readers.sass
+12 −1 src/furo/assets/styles/base/_typography.sass
+1 −0 src/furo/assets/styles/components/_sidebar.sass
+2 −2 src/furo/assets/styles/components/_table_of_contents.sass
+2 −1 src/furo/assets/styles/content/_admonitions.sass
+1 −5 src/furo/assets/styles/content/_api.sass
+3 −1 src/furo/assets/styles/content/_code.sass
+3 −3 src/furo/assets/styles/content/_target.sass
+14 −7 src/furo/assets/styles/variables/_colors.scss
+1 −0 src/furo/assets/styles/variables/_fonts.scss
+1 −1 src/furo/navigation.py
+1 −1 src/furo/sphinxext.py
+1 −1 src/furo/theme/furo/base.html
+7 −1 src/furo/theme/furo/page.html
+7 −0 tests/requirements.txt
+104 −0 tests/workflow/test_sphinx_versions.py
2 changes: 1 addition & 1 deletion themes/m.css
Submodule m.css updated 146 files

0 comments on commit 8b00637

Please sign in to comment.