From 0d3ae97c11058c963774ff736cb7e77eab3495ae Mon Sep 17 00:00:00 2001 From: Bagatur Date: Fri, 13 Oct 2023 18:15:44 -0700 Subject: [PATCH] cat --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2e046be90c7..93879945fe7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,6 +15,7 @@ build: - python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext - python -m pip install --exists-action=w --no-cache-dir -r docs/api_reference/requirements.txt - python docs/api_reference/create_api_rst.py + - cat docs/api_reference/conf.py - python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html -j auto # Build documentation in the docs/ directory with Sphinx