File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1616 uses : actions/checkout@v2
1717 with :
1818 repository : datajoint/datajoint-python
19+ ref : pre/v2.0
1920 path : datajoint-python
2021 - name : Compile docs static artifacts
2122 run : |
Original file line number Diff line number Diff line change @@ -154,10 +154,15 @@ dependencies needed to build documentation and execute tutorial notebooks.
154154### Start the Environment
155155
156156``` bash
157- # Clone the repository
157+ # Clone the documentation repository
158158git clone https://github.com/datajoint/datajoint-docs.git
159159cd datajoint-docs
160160
161+ # Clone datajoint-python pre-release branch (required for API docs)
162+ cd ..
163+ git clone -b pre/v2.0 https://github.com/datajoint/datajoint-python.git
164+ cd datajoint-docs
165+
161166# Start all services (MySQL, MinIO, docs server)
162167MODE=" LIVE" docker compose up --build
163168```
You can’t perform that action at this time.
0 commit comments