summaryrefslogtreecommitdiff
path: root/docs/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop Python 2 support (#2548)Bernát Gábor2023-04-191-0/+2
|
* Bump embeded wheels (#2546)Bernát Gábor2023-04-191-2/+2
|
* Fix HTML title docs (#2500)Oleksis Fraga Menéndez2023-02-061-1/+1
|
* Use furo docs theme (#2496)Bernát Gábor2023-02-061-31/+12
|
* Move to hatchling, drop 3.6 support (#2474)Bernát Gábor2022-12-291-1/+1
|
* Fix documentation buildBernát Gábor2022-11-101-4/+4
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Bump dependencies and build tools (#2394)Bernát Gábor2022-08-041-3/+3
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Fix docsBernát Gábor2021-10-231-1/+2
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Use main branch instead of masterBernat Gabor2020-09-251-1/+1
|
* Upgrade setuptools and pip (#1939)Bernát Gábor2020-09-101-1/+3
|
* Call towncrier via python instead of doing poor path reconstruction (#1848)Michał Górny2020-06-061-3/+3
| | | | | | | | | | | | Trying to append an executable suffix to towncrier does not work on Linux, as it can create absurd names like `towncrier.7` (`.7` coming from `python3.7`). Let's instead call it via `python -m towncrier`. This should avoid relying on correct `PATH` (as I presume the original code is meant to), while working correctly on all systems and not requiring Python and towncrier to reside in the same directory. Fixes #1847 Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* rewrite the documentation (#1519)Bernát Gábor2020-02-041-53/+66
|
* unicode support (#1477)Bernát Gábor2020-01-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * creator unicode support Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * activator support Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix * add space * python3.4 support * Windows fixes * some fixes * fix powershell requires utf-16 * try to fix python2 windows Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * use utf-8 for activation scripts Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix * more fix Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * windows path py2.7 * fixes for Python 2 and unicode on Windows * do not single out mbcs, but the file system encoder * do not install pathlib python 2 windows Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix encoding on py35 Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Stat rewrite - POCBernát Gábor2020-01-101-0/+74
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>