# HG changeset patch # User Oscar Curero # Date 1607468639 -3600 # Wed Dec 09 00:03:59 2020 +0100 # Node ID e6749369ef8d94c7b2eff9d496f68d71cc379480 # Parent 43bc1bde2623e5b5b31f2b1ee9eb50346c3cc047 add files needed to build RTD diff --git a/.build.yml b/.build.yml --- a/.build.yml +++ b/.build.yml @@ -43,7 +43,7 @@ poetry -q update - poetry -q install + poetry install poetry run coverage run --source=sqlalchemy_querybuilder -m pytest diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,20 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Build documentation with MkDocs +mkdocs: + configuration: mkdocs.yml + +# Optionally build your docs in additional formats such as PDF +formats: + - pdf + +# Optionally set the version of Python and requirements required to build your docs +python: + version: 3.7 + install: + - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,5 @@ +markdown-include==0.6.0 \ + --hash=sha256:6f5d680e36f7780c7f0f61dca53ca581bd50d1b56137ddcd6353efafa0c3e4a2 +mkdocs==1.1.2 \ + --hash=sha256:096f52ff52c02c7e90332d2e53da862fde5c062086e1b5356a6e392d5d60f5e9 \ + --hash=sha256:f0b61e5402b99d7789efa032c7a74c90a20220a9c81749da06dbfbcbd52ffb39