Patrick Kanzler
c11d192e65
Fix import issues with qrcode in sphinx 7.2 ( #552 )
...
* 7.2 introduces the issue
* mock module qrcode for documentation build
This prevents issues with sphinx 7.2
2023-08-24 23:02:33 +02:00
Patrick Kanzler
2b62c8e28d
modernize and cleanup documentation ( #542 )
...
* disable system packages on rtd
* install pycups on rtd
* enable cups binding in documentation
* document CupsPrinter
* fix formatting
* revise methods and installation
* revise user/printers
* revise raspi section
* further revise
2023-08-10 01:38:47 +02:00
Patrick Kanzler
60c4f481ae
Add printer profile list to documentation ( #536 )
...
* add first draft of printer profile listing
* add todos
* Update doc/capability_templates/capabilities-template.jinja
* Update doc/capability_templates/capabilities-template.jinja
* restructure documentation
* add encoding list
* add color and encoding table
* add notes on usage
* add feature table
2023-07-29 02:02:13 +02:00
Patrick Kanzler
e9e8b10582
Fixes from ci ( #533 )
...
* break line
* remove unused imports
* remove unused os import
* make flake8 more strict
* configure flake for black
* fix action
* use importlib_resources
* rename deprecated methods
2023-07-21 23:03:46 +02:00
dependabot[bot]
676d2840de
Bump sphinx-rtd-theme from 1.2.1 to 1.2.2 ( #528 )
...
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme ) from 1.2.1 to 1.2.2.
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst )
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.2.1...1.2.2 )
---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-09 01:24:17 +02:00
dependabot[bot]
c67c077a4d
Bump sphinx-rtd-theme from 1.2.0 to 1.2.1 ( #524 )
...
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme ) from 1.2.0 to 1.2.1.
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst )
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.2.0...1.2.1 )
---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 15:22:50 +02:00
Patrick Kanzler
905e37e52e
update read the docs config ( #520 )
...
* update read the docs config
* add hints on black code style
* add link to black
* fix path to requirements
* include submodules in build
* add submodule capabilities-data
* format as list
* post on execution on RTD
* use sphinx rtd theme 1.2.0
* add apt dependencies
2023-05-18 16:33:20 +02:00
Patrick Kanzler
3560f8b12b
housekeeping: fix-build for doc ( #515 )
...
* disable git checkout head²
* update pull request template
* add importlib metadata to requirements for doc build
* update capabilities data
2023-05-11 23:12:46 +02:00
Patrick Kanzler
5bb0642b5d
housekeeping tasks ( #464 )
...
* update settings to use black
* update python versions
* enquote version numbers
* update dependency
* set explicit build command
* add newline
* add command to checkout
* add run step
* chain
* sudo
* test
* newer sphinx version
* update sphinx
* clean up setuptools usage
* use tox
* install tox
* tox
2021-10-30 22:21:34 +02:00
Patrick Kanzler
ff39908674
Merge branch 'master' into 390-add-spellcheck-to-sphinx
2020-05-11 23:45:34 +02:00
Patrick Kanzler
9e406efc86
add sphinxcontrib-spelling
2020-05-11 23:22:40 +02:00
Patrick Kanzler
b9e3827867
use pkg_resources
...
This change uses if no path for e capabilities-file is supplied a
temporary file created by pkg_resources, which should be more robust
than directly accessing the file. (This failed sometimes, for example
in zipped distributions or uncommon structures)
2020-05-11 22:54:22 +02:00
Romain Porte
b0ea9aec41
barcodes: replace viivakoodi with python-barcode
...
python-barcode is yet another clone of the PyPI barcode library, but
which is still developped compared to viivakoodi.
Signed-off-by: Romain Porte <microjoe@microjoe.org>
2020-05-10 13:36:16 +02:00
Patrick Kanzler
c259263f26
blacklist pytest 3.2.0 because it breaks our tests
...
see pytest-dev/pytest#2644 for reference
2017-08-04 15:17:05 +02:00
Patrick Kanzler
a15d02b50c
change dependency to docutils to newer version of sphinx
...
This is a revert to f8b7238801
2017-01-06 18:05:59 +01:00
Patrick Kanzler
f8b7238801
downgrade docutils
...
version 0.13 of docutils seems to have problems. See
sphinx-doc/sphinx#3212
2016-12-09 21:24:57 +01:00
Davis Goglin
3ec00ae16e
Remove unneeded requirements
2016-03-28 09:58:42 -07:00
Davis Goglin
c26c875b61
Convert ini format to yaml format.
2016-03-28 09:58:42 -07:00
Davis Goglin
39e912bef4
I guess localconfig needs future
2016-03-28 09:58:42 -07:00
Davis Goglin
4548dd3830
Required for tests to pass
2016-03-28 09:58:42 -07:00
Davis Goglin
73be1f2c48
Remove future from doc requirements. Doesn't need to be there
2016-03-28 09:58:42 -07:00
Davis Goglin
6096c15b80
Add future requirement to be able to use configparser
2016-03-28 09:58:42 -07:00
Patrick Kanzler
64e63b0180
PCKG automatically generate version from git-tags
...
* uses setuptools_scm
2016-03-11 14:46:36 +01:00
Patrick Kanzler
086b407b62
DOC use sphinx-rtd-theme even if built locally
2016-03-11 14:46:36 +01:00
Patrick Kanzler
e16e666dce
DOC fix autodoc not working on RTD
2015-12-27 22:57:57 +01:00