New git home
This commit is contained in:
parent
33e4fe2e0d
commit
fd6c7de526
4 changed files with 11 additions and 6 deletions
5
CHANGES
5
CHANGES
|
@ -2,6 +2,11 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
0.1.1 (*2020-07-08*)
|
||||
====================
|
||||
|
||||
- New git home
|
||||
|
||||
0.1.0 (*2020-06-20*)
|
||||
====================
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@ var. This dict is passed as is to
|
|||
|
||||
.. code:: python
|
||||
|
||||
pyppeeter_pdf_options {
|
||||
pyppeteer_pdf_options = {
|
||||
'printBackground': True,
|
||||
'format': 'A4',
|
||||
'margin': {
|
||||
|
|
8
setup.py
8
setup.py
|
@ -28,8 +28,8 @@ with open("README.rst", "r") as fh:
|
|||
|
||||
setup(
|
||||
name="sphinx_pyppeteer_builder",
|
||||
version="0.1.0",
|
||||
url="https://procrastinator.nerv-project.eu/nerv-project/tools/sphinx_pyppeteer_builder",
|
||||
version="0.1.1",
|
||||
url="https://procrastinator.nerv-project.eu/nerv-project/sphinx_pyppeteer_builder",
|
||||
license="EUPL 1.2",
|
||||
author="Kujiu",
|
||||
author_email="kujiu-pypi@kujiu.org",
|
||||
|
@ -70,7 +70,7 @@ setup(
|
|||
],
|
||||
keywords="sphinx doc pdf pyppeteer",
|
||||
project_urls={
|
||||
"Source": "https://procrastinator.nerv-project.eu/nerv-project/tools/sphinx_pyppeteer_builder",
|
||||
"Issues": "https://procrastinator.nerv-project.eu/nerv-project/tools/sphinx_pyppeteer_builder/issues",
|
||||
"Source": "https://procrastinator.nerv-project.eu/nerv-project/sphinx_pyppeteer_builder",
|
||||
"Issues": "https://procrastinator.nerv-project.eu/nerv-project/sphinx_pyppeteer_builder/issues",
|
||||
},
|
||||
)
|
||||
|
|
|
@ -8,7 +8,7 @@ from sphinx.application import Sphinx
|
|||
from sphinx.util.osutil import make_filename
|
||||
|
||||
|
||||
version = (0, 1, 0)
|
||||
version = (0, 1, 1)
|
||||
|
||||
|
||||
DEFAULT_PDF_OPTIONS = {
|
||||
|
|
Loading…
Reference in a new issue