diff --git a/.gitignore b/.gitignore index f68f1d1..264a123 100644 --- a/.gitignore +++ b/.gitignore @@ -9,11 +9,12 @@ __pycache__ .idea .tox .venv -_build ci/*.matrix.gen.yml -docs/_build +docs/_build/ +*.mo aqtinstall.log Qt/ .gravitybee .eggs qtaccount.ini +.pytest_cache diff --git a/MANIFEST.in b/MANIFEST.in index a32bfed..3783b42 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,6 +9,8 @@ recursive-include docs *.bat recursive-include docs *.py recursive-include docs *.rst recursive-include docs Makefile +recursive-include docs *.po +recursive-include docs *.pot recursive-include tests *.html recursive-include tests *.ini recursive-include tests *.json @@ -18,4 +20,3 @@ prune .github exclude .gitignore exclude .readthedocs.yml exclude azure-pipelines.yml - diff --git a/docs/locale/.doctrees/CODE_OF_CONDUCT.doctree b/docs/locale/.doctrees/CODE_OF_CONDUCT.doctree deleted file mode 100644 index 9565641..0000000 Binary files a/docs/locale/.doctrees/CODE_OF_CONDUCT.doctree and /dev/null differ diff --git a/docs/locale/.doctrees/CONTRIBUTE.doctree b/docs/locale/.doctrees/CONTRIBUTE.doctree deleted file mode 100644 index b7d245a..0000000 Binary files a/docs/locale/.doctrees/CONTRIBUTE.doctree and /dev/null differ diff --git a/docs/locale/.doctrees/SECURITY.doctree b/docs/locale/.doctrees/SECURITY.doctree deleted file mode 100644 index 0d951fb..0000000 Binary files a/docs/locale/.doctrees/SECURITY.doctree and /dev/null differ diff --git a/docs/locale/.doctrees/authors.doctree b/docs/locale/.doctrees/authors.doctree deleted file mode 100644 index fe0ae13..0000000 Binary files a/docs/locale/.doctrees/authors.doctree and /dev/null differ diff --git a/docs/locale/.doctrees/changes.doctree b/docs/locale/.doctrees/changes.doctree deleted file mode 100644 index 47a51ce..0000000 Binary files a/docs/locale/.doctrees/changes.doctree and /dev/null differ diff --git a/docs/locale/.doctrees/cli.doctree b/docs/locale/.doctrees/cli.doctree deleted file mode 100644 index b312496..0000000 Binary files a/docs/locale/.doctrees/cli.doctree and /dev/null differ diff --git a/docs/locale/.doctrees/configuration.doctree b/docs/locale/.doctrees/configuration.doctree deleted file mode 100644 index 4285ef3..0000000 Binary files a/docs/locale/.doctrees/configuration.doctree and /dev/null differ diff --git a/docs/locale/.doctrees/environment.pickle b/docs/locale/.doctrees/environment.pickle deleted file mode 100644 index 7c33295..0000000 Binary files a/docs/locale/.doctrees/environment.pickle and /dev/null differ diff --git a/docs/locale/.doctrees/getting_started.doctree b/docs/locale/.doctrees/getting_started.doctree deleted file mode 100644 index 9bac8ff..0000000 Binary files a/docs/locale/.doctrees/getting_started.doctree and /dev/null differ diff --git a/docs/locale/.doctrees/index.doctree b/docs/locale/.doctrees/index.doctree deleted file mode 100644 index c465b83..0000000 Binary files a/docs/locale/.doctrees/index.doctree and /dev/null differ diff --git a/docs/locale/.doctrees/installation.doctree b/docs/locale/.doctrees/installation.doctree deleted file mode 100644 index df8cf09..0000000 Binary files a/docs/locale/.doctrees/installation.doctree and /dev/null differ