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 175 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
  1. version: 2
  2. build:
  3. os: ubuntu-20.04
  4. tools:
  5. python: mambaforge-4.10
  6. python:
  7. install:
  8. - method: pip
  9. path: .
  10. conda:
  11. environment: doc/environment.yml
  12. formats: []
Tip!

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

Comments

Loading...