mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-15 15:40:34 +00:00
Hi there!
This PR updates the documentation according to the code.
If we run the example as is, then it would result in the following
error:

It seems that this part of the code already supplied the required
argument to the BeautifulSoup4:
0c782ee547/libs/community/langchain_community/document_loaders/readthedocs.py (L87-L90)
Since the example can only work by removing this argument, it also seems
legit to remove it from the documentation.
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide