Commit 237293c1 authored by AndiEcker's avatar AndiEcker 😀
Browse files

V0.3.95: removed unsupported display_version setting from sphinx theme and put screenshots separate

M  .gitignore
M  .gitlab-ci.yml
M  .readthedocs.yaml
M  CONTRIBUTING.rst
M  LICENSE.md
M  README.md
M  SECURITY.md
M  ae/ae/__init__.py
M  dev_requirements.txt
M  docs/Makefile
M  docs/conf.py
M  docs/features_and_examples.rst
M  docs/index.rst
M  docs/requirements.txt
A  docs/screenshots.rst
M  setup.py
M  tests/conftest.py
M  tests/requirements.txt
M  tests/test_ae.py
parent 937aad1e
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
# THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.30
# THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.32
# ae:additional exludes for Sphinx, mypy, pylint, PyCharm, kivy, enaml
bin
.buildozer
@@ -8,6 +8,7 @@ docs/_*/
__enamlcache__
.idea/
.*.ini
.*.json
*.log
logs/
mypy_report/
+1 −1
Original line number Diff line number Diff line
# THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.30
# THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.32
image: python:3.9


+1 −1
Original line number Diff line number Diff line
# THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.30
# THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.32
# ReadTheDocs configuration file (see https://docs.readthedocs.io/en/stable/config-file/v2.html for details) to use
# .. actual versions of python/Sphinx/.. (see https://docs.readthedocs.io/en/stable/build-default-versions.html)
version: 2
+2 −2
Original line number Diff line number Diff line

..
    THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.30
    THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.32

contributing
============
@@ -66,7 +66,7 @@ using the git repository manager `grm`
2. code and check

   now use your favorite IDE/Editor to implement the new feature or code the bug fix. don't forget to amend the project
   with new unit and integrity tests, and ensure they pass, by executin from time to time the
   with new unit and integrity tests, and ensure they pass, by executing from time to time the
   ``grm check`` action.

3. publish your changes
+1 −1
Original line number Diff line number Diff line
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.30 -->
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.32 -->
### GNU GENERAL PUBLIC LICENSE

Version 3, 29 June 2007
Loading