Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.readthedocs.yml 541 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  1. # Read the Docs configuration file
  2. # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
  3. # Required
  4. version: 2
  5. # Build documentation in the docs/ directory with Sphinx
  6. sphinx:
  7. configuration: docs/conf.py
  8. # Build documentation with MkDocs
  9. #mkdocs:
  10. # configuration: mkdocs.yml
  11. # Optionally build your docs in additional formats such as PDF
  12. formats:
  13. - pdf
  14. # specify dependencies
  15. python:
  16. version: 3.8
  17. install:
  18. - method: pip
  19. path: .
  20. extra_requirements:
  21. - docs
  22. - gui
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...