Skip to content

Commit

Permalink
changed the read the docs command
Browse files Browse the repository at this point in the history
  • Loading branch information
VinciGit00 committed Feb 15, 2024
1 parent c0e1b5c commit 6d3905d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6d3905d

Please sign in to comment.