Skip to content

Commit 29b1c8b

Browse files
fixes doc build (#792)
1 parent fee3945 commit 29b1c8b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
name: s3fs
1+
name: gcsfs
22
channels:
33
- defaults
44
dependencies:
55
- python= 3.10
66
- docutils<0.17
7+
- setuptools<81
78
- sphinx
89
- sphinx_rtd_theme

docs/source/developer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ When running tests against a real GCS endpoint, you have two options for test bu
3636
during final cleanup.
3737

3838
End-to-end Testing CI Pipeline
39-
---------------------------
39+
------------------------------
4040

4141
We have a Cloud Build pipeline for end-to-end tests which includes tests on zonal
4242
and regional buckets. When a pull request is created for the ``main`` branch,

0 commit comments

Comments
 (0)