mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
Rename readthedocs.yml to .readthedocs.yaml as per current RTD spec (#1781)
This commit is contained in:
parent
dfdd9b69cb
commit
5c4724d524
1 changed files with 0 additions and 0 deletions
21
.readthedocs.yaml
Normal file
21
.readthedocs.yaml
Normal file
|
@ -0,0 +1,21 @@
|
|||
# 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 in the docs/ directory
|
||||
mkdocs:
|
||||
configuration: mkdocs.yml
|
||||
fail_on_warning: false
|
||||
|
||||
# Optionally build your docs in additional formats such as PDF
|
||||
formats:
|
||||
- pdf
|
||||
- epub
|
||||
|
||||
# Optionally set the version of Python and requirements required to build your docs
|
||||
python:
|
||||
install:
|
||||
- requirements: docs_theme/requirements.txt
|
Loading…
Add table
Add a link
Reference in a new issue