silvanocerza commited on
Commit
9c76d9f
1 Parent(s): d1577c1

Fix Pandas doc files glob pattern

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -27,7 +27,7 @@ DOCUMENTATIONS = [
27
  ("DocArray", "https://github.com/docarray/docarray", "./docs/**/*.md"),
28
  ("Streamlit", "https://github.com/streamlit/docs", "./content/**/*.md"),
29
  ("Jinja", "https://github.com/pallets/jinja", "./docs/**/*.rst"),
30
- ("Pandas", "https://github.com/pandas-dev/pandas", "./docs/source/**/*.rst"),
31
  (
32
  "Elasticsearch",
33
  "https://github.com/elastic/elasticsearch",
 
27
  ("DocArray", "https://github.com/docarray/docarray", "./docs/**/*.md"),
28
  ("Streamlit", "https://github.com/streamlit/docs", "./content/**/*.md"),
29
  ("Jinja", "https://github.com/pallets/jinja", "./docs/**/*.rst"),
30
+ ("Pandas", "https://github.com/pandas-dev/pandas", "./doc/source/**/*.rst"),
31
  (
32
  "Elasticsearch",
33
  "https://github.com/elastic/elasticsearch",