Skip to content

Commit

Permalink
Merge branch 'main' into 829-languagecountry-selection
Browse files Browse the repository at this point in the history
  • Loading branch information
VinciGit00 authored Jan 21, 2025
2 parents ce25b6a + 3108793 commit 37c07c8
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 5 deletions.
33 changes: 28 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,36 @@

# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.12"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/source/conf.py
configuration: docs/conf.py
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
# builder: "dirhtml"
# Fail on all warnings to avoid broken references
# fail_on_warning: true

# Optionally build your docs in additional formats such as PDF and ePub
# formats:
# - pdf
# - epub

python:
install:
- requirements: docs/requirements.txt
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
9 changes: 9 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
sphinx>=7.1.2

sphinx-rtd-theme>=1.3.0
myst-parser>=2.0.0
sphinx-copybutton>=0.5.2
sphinx-design>=0.5.0
sphinx-autodoc-typehints>=1.25.2
sphinx-autoapi>=3.0.0
furo>=2024.1.29
1 change: 1 addition & 0 deletions docs/source/introduction/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Simply specify the information you need to extract, and ScrapeGraphAI handles th

For comprehensive documentation and updates, visit our `website <https://scrapegraphai.com>`_.


Why ScrapegraphAI?
==================

Expand Down
6 changes: 6 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sphinx>=7.1.2
myst-parser>=2.0.0
sphinx-copybutton>=0.5.2
sphinx-design>=0.5.0
sphinx-autodoc-typehints>=1.25.2
sphinx-autoapi>=3.0.0
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sphinx>=7.1.2
myst-parser>=2.0.0
sphinx-copybutton>=0.5.2
sphinx-design>=0.5.0
sphinx-autodoc-typehints>=1.25.2
sphinx-autoapi>=3.0.0

0 comments on commit 37c07c8

Please sign in to comment.