-
Notifications
You must be signed in to change notification settings - Fork 130
Python: Include custom static files in generated Python docs #3020
Conversation
I have reached the end of my copy-pasta journey. @software-dov would you be able to take a look? |
I feel like I'm the least qualified person to take a look at this review; I'm not great with the monolith, and I've looked at CSS classes for maybe 20 minutes of my life. The screenshot looks great, and that's good enough for me. |
Chris pointed out that we can probably do most of this with synthtool templates. I'lll back out most of the changes here and just keep the change to |
92612c2
to
81bfc5b
Compare
Codecov Report
@@ Coverage Diff @@
## master #3020 +/- ##
========================================
Coverage 87.1% 87.1%
Complexity 5952 5952
========================================
Files 491 491
Lines 23699 23699
Branches 2548 2548
========================================
Hits 20642 20642
Misses 2210 2210
Partials 847 847 Continue to review full report at Codecov.
|
Allow extra static files in the generated docs so the Python 2 sunset banner can be added.
See googleapis/google-cloud-python#9036