Files
guru/dev-python/grpclib/files/grpclib-add_css_file.patch
2023-03-14 20:59:06 +01:00

11 lines
243 B
Diff

diff --git a/docs/conf.py b/docs/conf.py
index 7ccef26..766b77d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -27,4 +27,4 @@ html_theme_options = {
def setup(app):
- app.add_stylesheet('style.css')
+ app.add_css_file('style.css')