1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 19:01:03 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Alban Féron
dc93b43c41
Docs: add a note about supysonic-server tuning 2023-03-25 15:59:52 +01:00
Alban Féron
65a7131c05
Version bump 2022-02-27 15:27:08 +01:00
Alban Féron
ec92dec9ab
Build and include man pages in distributions
I do not fully understand how the building process works, and have some doubts
on what a "source distribution" should be.
The sdist might be polluted if a "man" directory exists at the project root
when building the distribution.
The inclusion of man pages in the wheel requires it to be built from the sdist,
so it's best to build both at the same time using "python -m build".

Closes #215
2021-12-31 18:05:43 +01:00
Louis-Philippe Véronneau
5de715f756
Disable smartquotes dashes in Sphinx.
Smarquotes transform "--" into em-dashes, and we don't want that.
2021-12-18 15:25:07 -05:00
Alban Féron
8ab9f444b7
Rationalizing/modernizing building stuff
Metadata in `setup.cfg` rather than `pyproject.toml` as I'm a bit confused
about `setuptools` support for PEP-621.
Test stuff still in `setup.py`, this needs updating and I'm not satisfied with
the way they are loaded/discovered.
2021-11-14 18:08:22 +01:00
Alban Féron
a033d45605
Adding doc for the newly added supysonic-server 2021-11-06 17:52:49 +01:00
Alban Féron
be88f5fb78
Version bump 2021-01-30 15:04:33 +01:00
Alban Féron
0d55b7cab9
Docs: fix redundant navigation in sidebar 2021-01-24 17:53:59 +01:00
Alban Féron
05b1a1123f
CRLF -> LF 2021-01-23 15:44:15 +01:00
Alban Féron
4735003bc4
API doc: try to unify table, left align 2021-01-23 15:40:32 +01:00
Alban Féron
78337265be
Sphinx config, sidebar, etc. 2021-01-17 17:06:44 +01:00