Our new LangChain Academy Course Deep Research with LangGraph is now live!
Enroll for free.
ReadTheDocs DocumentationRead the Docs is an open-sourced free software documentation hosting platform. It generates documentation written with the
Sphinx
documentation generator.
This notebook covers how to load content from HTML that was generated as part of a Read-The-Docs
build.
For an example of this in the wild, see here.
This assumes that the HTML has already been scraped into a folder. This can be done by uncommenting and running the following command
%pip install --upgrade --quiet beautifulsoup4
from langchain_community.document_loaders import ReadTheDocsLoader
loader = ReadTheDocsLoader("rtdocs")
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4