docs: fixed api reference

This commit is contained in:
2024-11-05 22:22:52 +01:00
parent 820b673144
commit b31a1ea996
3 changed files with 7 additions and 1 deletions
+5
View File
@@ -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:
+1 -1
View File
@@ -7,6 +7,6 @@
:template: custom-module-template.rst
:recursive:
bec_widgets
csaxs_bec
```
+1
View File
@@ -46,4 +46,5 @@ hidden: true
introduction/introduction
user/user
developer/developer
api_reference/api_reference
```