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

MAINT: Switch to sphinx-theme-builder #469

Merged
merged 27 commits into from
Jan 25, 2022
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7d5616e
using sphinx-theme-builder
AakashGfude Jan 18, 2022
bb19e68
correcting init and removing theme_dev_mode
AakashGfude Jan 19, 2022
892a3f4
removing manifest check
AakashGfude Jan 19, 2022
b1aa911
using tox instead of nox
AakashGfude Jan 19, 2022
939db94
commenting test for translations for now
AakashGfude Jan 21, 2022
599a680
tests workflow
AakashGfude Jan 21, 2022
91a82c1
updating git workflow
AakashGfude Jan 21, 2022
80423c7
tox.ini update
AakashGfude Jan 21, 2022
d85f0e4
including *.mo files in MANIFEST for now
AakashGfude Jan 21, 2022
1748b46
specifying path to test in pyproject
AakashGfude Jan 21, 2022
ac4b9c1
moved translations to the src/sphinx_book_theme folder
AakashGfude Jan 23, 2022
fba1425
reverting changes made to pre-commit as not necessary in this PR
AakashGfude Jan 23, 2022
48bb621
removed MANIFEST file
AakashGfude Jan 23, 2022
af82599
changes necessary after rebasing
AakashGfude Jan 24, 2022
4fb5154
margin styles
AakashGfude Jan 24, 2022
a30c858
javascript corrections, code/compilation
AakashGfude Jan 24, 2022
8627fbe
javascript corrections
AakashGfude Jan 24, 2022
fb5ed0a
updated contributing guide, and removed
AakashGfude Jan 25, 2022
83e0226
Update tox.ini
AakashGfude Jan 25, 2022
80d0955
deleting commented code in __init__.py
AakashGfude Jan 25, 2022
10bbb79
Merge branch 'sphinx-theme-builder' of https://github.com/AakashGfude…
AakashGfude Jan 25, 2022
d7a1a67
adding comments on scss loaders in webpack
AakashGfude Jan 25, 2022
664a77e
translations readme update
AakashGfude Jan 25, 2022
2d6b8e2
adding comments on scss loader pipeline in webpack
AakashGfude Jan 25, 2022
48c43c1
corrections/additions to contributing.md
AakashGfude Jan 25, 2022
9f0a374
adding choldgraf's email address in pyproject.toml
AakashGfude Jan 25, 2022
9fc1186
Update src/sphinx_book_theme/assets/scripts/index.js
choldgraf Jan 25, 2022
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
Prev Previous commit
Next Next commit
removing manifest check
  • Loading branch information
AakashGfude committed Jan 24, 2022
commit 892a3f410dcaea3fe7163173df7d1142b38f43db
25 changes: 9 additions & 16 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,25 @@
# pre-commit install

exclude: >
(?x)^(
\.vscode/settings\.json|
)$

(?x)^(
\.vscode/settings\.json|
)$
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.4.1
hooks:
- id: prettier
# Exclude the HTML, since it doesn't understand Jinja2
exclude: .+((\.html)|index\.(.+)\.css)$

- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: check-json
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-json
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
- id: flake8

- repo: https://github.com/psf/black
rev: 21.12b0
hooks:
- id: black
- id: black