Skip to content

chore(docs): drop Sphinx/RTD setup, point links to docs.scrapegraphai.com#1067

Merged
VinciGit00 merged 1 commit intomainfrom
chore/remove-sphinx-docs
May 4, 2026
Merged

chore(docs): drop Sphinx/RTD setup, point links to docs.scrapegraphai.com#1067
VinciGit00 merged 1 commit intomainfrom
chore/remove-sphinx-docs

Conversation

@VinciGit00
Copy link
Copy Markdown
Member

Summary

  • Documentation has migrated to https://docs.scrapegraphai.com/introduction; this PR removes the leftover Sphinx + ReadTheDocs build setup and points every in-repo documentation link at the new home.
  • Deletes the Sphinx source tree (docs/source/, docs/Makefile, docs/make.bat, docs/requirements*.txt), both ReadTheDocs configs (.readthedocs.yaml, readthedocs.yml), the top-level requirements.txt / requirements-dev.txt (which only contained Sphinx build deps), and the now-empty docs extra in pyproject.toml.
  • Updates README.md, the translated READMEs (zh / ja / ko / pt / ru / tr), examples/readme.md, and tests/README_TESTING.md to use https://docs.scrapegraphai.com/introduction. The redundant Docusaurus link (docs-oss.scrapegraphai.com) has been collapsed into the main documentation pointer.
  • docs/assets/, the translated READMEs, and docs/timeout_configuration.md are kept — none are Sphinx-specific.

Test plan

  • pip install scrapegraphai still resolves (the docs extra was removed; no other extras changed).
  • grep -r 'scrapegraph-ai.readthedocs.io\|docs-oss.scrapegraphai.com' . returns nothing relevant.
  • README renders correctly on GitHub with the consolidated documentation line.
  • ReadTheDocs project for this repo can be archived / disconnected (no longer wired up).

🤖 Generated with Claude Code

…phai.com

Documentation has moved to https://docs.scrapegraphai.com/introduction. This
removes the now-unused Sphinx source tree, ReadTheDocs configs, and the
top-level requirements*.txt files (which only held Sphinx build deps), drops
the `docs` extra from pyproject.toml, and updates every documentation link
in the README, translated READMEs, examples and test docs to the new URL.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@dosubot dosubot Bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label May 4, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 4, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA efe336e.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

  • docs/requirements.txt
  • requirements.txt

@dosubot dosubot Bot added the documentation Improvements or additions to documentation label May 4, 2026
@VinciGit00 VinciGit00 merged commit d4b8f69 into main May 4, 2026
6 of 7 checks passed
@VinciGit00 VinciGit00 deleted the chore/remove-sphinx-docs branch May 4, 2026 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant