Skip to content

Commit

Permalink
Update readthedocs creation pipeline OpenBB-finance#859 (OpenBB-finan…
Browse files Browse the repository at this point in the history
…ce#895)

* Add built documentation to gitignore

* Add documentation creation readme and requirements

* Change manually generated code docs to automatic

* Move myst_parser documentation requirement to pyproject.toml

* Update poetry and requirements files for the readthedocs build to work

* Add prediction extras to requirements-full
  • Loading branch information
piiq authored Nov 1, 2021
1 parent b374e84 commit 2ea3006
Show file tree
Hide file tree
Showing 53 changed files with 3,114 additions and 339 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ jupyterlab/*/.ipynb_checkpoints
jupyterlab/*/*.tsbuildinfo
jupyterlab/*/ui-tests/test-results/
jupyterlab/*/ui-tests/tests/*.ts-snapshots/

# Sphinx documentation build files
docs/_build
15 changes: 15 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Gamestonk Terminal Code Documentation

Requirements:

- sphinx
- myst_parser

The `requirements.txt` file that mentions `myst_parser` is needed for readthedocs.io to build the documentation automatically.

Usage:

```bash
sphinx-apidoc ../gamestonk_terminal/ -o ./code
make html
```
316 changes: 0 additions & 316 deletions docs/code.rst

This file was deleted.

Loading

0 comments on commit 2ea3006

Please sign in to comment.