Skip to content

Commit 96b5e6f

Browse files
committed
Updates owlbot to correct spacing issue in conf.py
1 parent d176c97 commit 96b5e6f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

docs/conf.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -369,14 +369,9 @@
369369
"grpc": ("https://grpc.github.io/grpc/python/", None),
370370
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
371371
"protobuf": ("https://googleapis.dev/python/protobuf/latest/", None),
372-
373372
"dateutil": ("https://dateutil.readthedocs.io/en/latest/", None),
374-
375373
"geopandas": ("https://geopandas.org/", None),
376-
377374
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
378-
379-
380375
}
381376

382377

owlbot.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@
5252
microgenerator=True,
5353
split_system_tests=True,
5454
intersphinx_dependencies={
55-
"dateutil": "https://dateutil.readthedocs.io/en/latest/",
56-
"geopandas": "https://geopandas.org/",
57-
"pandas": "https://pandas.pydata.org/pandas-docs/stable/",
55+
"dateutil": "https://dateutil.readthedocs.io/en/latest/", "geopandas": "https://geopandas.org/", "pandas": "https://pandas.pydata.org/pandas-docs/stable/",
5856
},
5957
)
6058

0 commit comments

Comments
 (0)