https://github.com/originq/qurator_manual
This manual is suitable to the Qurator, which can guide how to get the software, how to install and use it.
https://github.com/originq/qurator_manual
Last synced: about 1 year ago
JSON representation
This manual is suitable to the Qurator, which can guide how to get the software, how to install and use it.
- Host: GitHub
- URL: https://github.com/originq/qurator_manual
- Owner: OriginQ
- License: apache-2.0
- Created: 2020-06-22T07:21:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T10:04:41.000Z (almost 6 years ago)
- Last Synced: 2025-01-28T15:48:05.759Z (over 1 year ago)
- Language: JavaScript
- Size: 7.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Qurator_manual
This manual is suitable to the Qurator, which can guide how to get the software, how to install and use it.
# Build Issues
## 1. If you have your own conf.py file, it overrides Read the Doc's default conf.py. By default, Sphinx expects the master doc to be contents. Read the Docs will set master doc to index instead (or whatever it is you have specified in your settings). Try adding this to your conf.py:
### master_doc = 'index'