Skip to content

Commit c8da22f

Browse files
authored
chore: pin noxfile to the earlier plugin version (#583)
…e docs generation Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
1 parent 2c1cd45 commit c8da22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def docfx(session):
505505
SPHINX_VERSION,
506506
"alabaster",
507507
"recommonmark",
508-
"gcp-sphinx-docfx-yaml",
508+
"gcp-sphinx-docfx-yaml==3.0.1",
509509
)
510510

511511
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)

0 commit comments

Comments
 (0)