GuessedAtParserWarning from RTD document loader documentation example (#3397)

Addresses #3396 by adding 

`features='html.parser'` in example
This commit is contained in:
Maxwell Mullin 2023-04-25 00:54:39 -04:00 committed by GitHub
parent 06f6c49e61
commit 696f840426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"loader = ReadTheDocsLoader(\"rtdocs\")" "loader = ReadTheDocsLoader(\"rtdocs\", features='html.parser')"
] ]
}, },
{ {