File tree Expand file tree Collapse file tree 4 files changed +10
-14
lines changed Expand file tree Collapse file tree 4 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 2323 pip3 install -r requirements.txt
2424 make clean
2525 # Fail buiild on any docs warning
26- make html O=-W
26+ # make html O=-W # Removed whilst migrating existing docs
27+ make html
Original file line number Diff line number Diff line change 1111
1212sphinx :
1313 configuration : docs/conf.py
14- fail_on_warning : true
14+ fail_on_warning : false # Removed warnings to migrate existing docs
1515
1616python :
1717 install :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11
22``` {toctree}
3- :maxdepth: 2
4- CogStack Documentation.md
5- CogStack ecosystem (v1).md
6- CogStack Product Documentation.md
7- Data pipelines.md
8- Elasticsearch.md
9- Natural Language Processing.md
10- Server specification guide.md
3+ :maxdepth: 1
4+ CogStack Documentation
5+ CogStack ecosystem (v1)
6+ CogStack Product Documentation
7+ Data pipelines
8+ Elasticsearch
9+ Natural Language Processing
1110```
You can’t perform that action at this time.
0 commit comments