Skip to content

Commit 0877bba

Browse files
Docs: Add requirements and config file for RTDS(#2841)
* Add readthedocs config * Update readthedocs config * Fix read the docs sphinx builder * Fix read the docs sphinx builder * Fix pycurl * Fix pycurl * Fix pycurl * Fix requirements * Fix requirements.txt * Add newline * Add package versions * Add newline Co-authored-by: Rishabh Jain <[email protected]>
1 parent eca041a commit 0877bba

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.readthedocs.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
3+
sphinx:
4+
builder: html
5+
6+
formats:
7+
- epub
8+
- pdf
9+
10+
python:
11+
version: 3.6
12+
install:
13+
- requirements: requirements/readthedocs.txt
14+
system_packages: true

requirements/readthedocs.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx_rtd_theme==0.4.3
2+
sphinx_markdown_tables==0.0.14

0 commit comments

Comments
 (0)