Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Add config required for live PR previews via netlify (#154)
Browse files Browse the repository at this point in the history
Add pipenv declaration and lock file to test netlify deployments.
Also Change URL for PDF to relative URL.

Note, netlify PR previews do not build the PDF, so the PDF link will result in a 404
  • Loading branch information
Relequestual authored Apr 27, 2021
1 parent 4cc092d commit 5603b47
Show file tree
Hide file tree
Showing 4 changed files with 330 additions and 1 deletion.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.7.10
14 changes: 14 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
sphinx = "*"
sphinx-bootstrap-theme = "*"
jsonschema = "*"

[dev-packages]

[requires]
python_version = "3.7.10"
314 changes: 314 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ validator---just yet.
.. only:: html

There is also a `print version of this document
<http://json-schema.org/understanding-json-schema/UnderstandingJSONSchema.pdf>`__.
<UnderstandingJSONSchema.pdf>`__.

.. toctree::
:maxdepth: 1
Expand Down

0 comments on commit 5603b47

Please sign in to comment.