diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c886f17..1757437 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,6 +10,11 @@ build: os: ubuntu-20.04 tools: python: "3.10" + jobs: + pre_install: + - git clone https://gitlab.psi.ch/bec/csaxs_bec.git + - pip install ./csaxs_bec + # Build documentation in the docs/ directory with Sphinx sphinx: diff --git a/docs/api_reference/api_reference.md b/docs/api_reference/api_reference.md index fc7fd82..b8d3665 100644 --- a/docs/api_reference/api_reference.md +++ b/docs/api_reference/api_reference.md @@ -7,6 +7,6 @@ :template: custom-module-template.rst :recursive: - bec_widgets + csaxs_bec ``` \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index e492361..b3503c9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -46,4 +46,5 @@ hidden: true introduction/introduction user/user developer/developer +api_reference/api_reference ```