mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-21 19:20:39 +00:00
10 lines
267 B
YAML
10 lines
267 B
YAML
|
# .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 with Sphinx
|
||
|
sphinx:
|
||
|
configuration: docs/readthedocs/source/conf.py
|