mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 02:09:38 +02:00
Add .readthedocs.yaml
This commit is contained in:
parent
c916cec042
commit
556496dc87
3 changed files with 34 additions and 0 deletions
2
docs/requirements.txt
Normal file
2
docs/requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
myst-parser>=0.17
|
||||
sphinxcontrib-mermaid>=0.7.1
|
|
@ -7,6 +7,8 @@ project = 'PGPainless'
|
|||
copyright = '2022, Paul Schaub'
|
||||
author = 'Paul Schaub'
|
||||
|
||||
master_doc = 'index'
|
||||
|
||||
# https://protips.readthedocs.io/git-tag-version.html
|
||||
latest_tag = os.popen('git describe --abbrev=0').read().strip()
|
||||
release = latest_tag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue