Commit 10f6ece
authored
Fix ReadTheDocs Builds (#271)
* create .readthedocs.yaml
* add newline
* update specs.rst
addressing https://stackoverflow.com/a/56469300 (sphinx >=1.3)
* update sys path
addressing https://stackoverflow.com/a/44980548
* fix: lint
* update sys path
* temp: add docs/requirements.txt
* temp: autodoc_mock_imports
* remove docs/requirements.txt
* Update conf.py
* update autodoc_mock_imports
* temp: disable sys path
this should fail the readthedocs build: https://readthedocs.org/projects/python-driver-for-arangodb/builds/
* revert last commit
* attempt: undo specs.rst changes
(the less changes the better)
* temp: remove `requests` & `urlib3` from autodoc_mock_imports
* temp: remove `requests_toolbelt` from `autodoc_mock_imports`
* reintroduce docs/requirements.txt
* temp: disable `autodoc_mock_imports`
* new: `importlib_metadata` in docs/requirements.txt
* new: `jwt` in `docs/requirements.txt`
* remove: `autodoc_mock_imports`1 parent fc5ed39 commit 10f6ece
3 files changed
+39
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments