mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 00:28:31 +02:00
Set new required build fields in the ReadTheDocs config file (#1803)
* Set the OS in the ReadTheDocs build process * Add required tools.python to ReadTheDocs config file * Change Python version from number to a string
This commit is contained in:
parent
f9558f960a
commit
09a96e6db9
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@
|
|||
# Required
|
||||
version: 2
|
||||
|
||||
# Set the OS
|
||||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3"
|
||||
|
||||
|
||||
# Build documentation in the docs/ directory
|
||||
mkdocs:
|
||||
configuration: mkdocs.yml
|
||||
|
|
Loading…
Add table
Reference in a new issue