2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-04 01:50:48 +00:00

Fix doc path typo in readthedocs configuration

This commit is contained in:
Michael Eischer 2023-10-26 20:39:43 +02:00
parent 550be5c1e9
commit 619e80d7cc

View File

@ -10,7 +10,7 @@ build:
# Build documentation in the docs/ directory with Sphinx # Build documentation in the docs/ directory with Sphinx
sphinx: sphinx:
configuration: docs/conf.py configuration: doc/conf.py
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python: # python: