changed the read the docs command

This commit is contained in:
VinciGit00 2024-02-15 08:58:03 +01:00
parent c0e1b5ce91
commit 6d3905db5b
2 changed files with 5 additions and 1 deletions

View File

@ -23,6 +23,10 @@ Try out ScrapeGraphAI in your browser:
The documentation for ScrapeGraphAI can be found [here](https://scrapegraph-ai.readthedocs.io/en/latest/).
## Setup the api keys
The procedure per for activatating the openai keys are in the following link: [link](https://scrapegraph-ai.readthedocs.io/en/latest/index.html).
## 💻 Usage
### Case 1: Extracting information using a prompt

View File

@ -11,7 +11,7 @@ build:
python: "3.9"
jobs:
pre_build:
- sphinx-apidoc -o docs/source/modules yosoai -f
- sphinx-apidoc -o docs/source/modules scrapegraphai -f
# Build documentation in the "docs/" directory with Sphinx
sphinx: