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.yaml 537 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
  1. # .readthedocs.yaml
  2. # Read the Docs configuration file
  3. # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
  4. # Required
  5. version: 2
  6. # Build documentation in the docs/ directory with Sphinx
  7. sphinx:
  8. configuration: docs/conf.py
  9. # Optionally build your docs in additional formats such as PDF
  10. formats:
  11. - pdf
  12. # Optionally set the version of Python and requirements required to build your docs
  13. python:
  14. version: "3.7"
  15. install:
  16. - requirements: docs/requirements-doc.txt
  17. - requirements: requirements.txt
Tip!

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

Comments

Loading...