forked from OpenBB-finance/OpenBB
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readthedocs creation pipeline OpenBB-finance#859 (OpenBB-finan…
…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
Showing
53 changed files
with
3,114 additions
and
339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.