This is an automated email from the ASF dual-hosted git repository. rkk pushed a commit to branch rtd-patch in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git
commit 0cdc86921fadfdb8cc291c006a85f2f194ed388e Author: rileykk <[email protected]> AuthorDate: Mon Mar 24 10:10:19 2025 -0700 Add explicit configuration for sphinx with rtd --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f03a93d..afe55c8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -23,3 +23,6 @@ build: python: install: - requirements: docs/requirements.txt + +sphinx: + configuration: docs/conf.py
