Skip to content

Commit

Permalink
Docs: Fix ci check error
Browse files Browse the repository at this point in the history
- Ignore document build directory
- Add docs l10n files in MANIFEST.in
- docs: Remove doctree files

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Oct 25, 2022
1 parent edff461 commit 199aa6d
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,4 +20,3 @@ prune .github
exclude .gitignore
exclude .readthedocs.yml
exclude azure-pipelines.yml

Binary file removed docs/locale/.doctrees/CODE_OF_CONDUCT.doctree
Binary file not shown.
Binary file removed docs/locale/.doctrees/CONTRIBUTE.doctree
Binary file not shown.
Binary file removed docs/locale/.doctrees/SECURITY.doctree
Binary file not shown.
Binary file removed docs/locale/.doctrees/authors.doctree
Binary file not shown.
Binary file removed docs/locale/.doctrees/changes.doctree
Binary file not shown.
Binary file removed docs/locale/.doctrees/cli.doctree
Binary file not shown.
Binary file removed docs/locale/.doctrees/configuration.doctree
Binary file not shown.
Binary file removed docs/locale/.doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/locale/.doctrees/getting_started.doctree
Binary file not shown.
Binary file removed docs/locale/.doctrees/index.doctree
Binary file not shown.
Binary file removed docs/locale/.doctrees/installation.doctree
Binary file not shown.

0 comments on commit 199aa6d

Please sign in to comment.