New git home

This commit is contained in:
Kujiu 2020-07-08 01:04:26 +02:00
parent 33e4fe2e0d
commit fd6c7de526
Signed by: kujiu
GPG key ID: ABBB2CAC6855599F
4 changed files with 11 additions and 6 deletions

View file

@ -2,6 +2,11 @@
Changes Changes
======= =======
0.1.1 (*2020-07-08*)
====================
- New git home
0.1.0 (*2020-06-20*) 0.1.0 (*2020-06-20*)
==================== ====================

View file

@ -59,7 +59,7 @@ var. This dict is passed as is to
.. code:: python .. code:: python
pyppeeter_pdf_options { pyppeteer_pdf_options = {
'printBackground': True, 'printBackground': True,
'format': 'A4', 'format': 'A4',
'margin': { 'margin': {

View file

@ -28,8 +28,8 @@ with open("README.rst", "r") as fh:
setup( setup(
name="sphinx_pyppeteer_builder", name="sphinx_pyppeteer_builder",
version="0.1.0", version="0.1.1",
url="https://procrastinator.nerv-project.eu/nerv-project/tools/sphinx_pyppeteer_builder", url="https://procrastinator.nerv-project.eu/nerv-project/sphinx_pyppeteer_builder",
license="EUPL 1.2", license="EUPL 1.2",
author="Kujiu", author="Kujiu",
author_email="kujiu-pypi@kujiu.org", author_email="kujiu-pypi@kujiu.org",
@ -70,7 +70,7 @@ setup(
], ],
keywords="sphinx doc pdf pyppeteer", keywords="sphinx doc pdf pyppeteer",
project_urls={ project_urls={
"Source": "https://procrastinator.nerv-project.eu/nerv-project/tools/sphinx_pyppeteer_builder", "Source": "https://procrastinator.nerv-project.eu/nerv-project/sphinx_pyppeteer_builder",
"Issues": "https://procrastinator.nerv-project.eu/nerv-project/tools/sphinx_pyppeteer_builder/issues", "Issues": "https://procrastinator.nerv-project.eu/nerv-project/sphinx_pyppeteer_builder/issues",
}, },
) )

View file

@ -8,7 +8,7 @@ from sphinx.application import Sphinx
from sphinx.util.osutil import make_filename from sphinx.util.osutil import make_filename
version = (0, 1, 0) version = (0, 1, 1)
DEFAULT_PDF_OPTIONS = { DEFAULT_PDF_OPTIONS = {