diff options
| author | Clément Pit-Claudel | 2019-01-09 10:02:54 -0500 |
|---|---|---|
| committer | Clément Pit-Claudel | 2019-01-09 10:02:54 -0500 |
| commit | de0bf6d77433d3007b3d0be846fd154120a3fb93 (patch) | |
| tree | ff22bfcc367f8bcf679cddfc4e65e7db5822398c | |
| parent | 2ad675c16808860c201e906aeb8438218ff5a105 (diff) | |
| parent | fcac9750666b4870136accc2d90807fd4caaaf2d (diff) | |
Merge PR #9327: [Manual] Remove link to non-existing CSS file
| -rw-r--r-- | doc/tools/coqrst/coqdomain.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/tools/coqrst/coqdomain.py b/doc/tools/coqrst/coqdomain.py index 827b7c13c1..067af954ad 100644 --- a/doc/tools/coqrst/coqdomain.py +++ b/doc/tools/coqrst/coqdomain.py @@ -1189,7 +1189,6 @@ def setup(app): app.connect('doctree-resolved', CoqtopBlocksTransform.merge_consecutive_coqtop_blocks) # Add extra styles - app.add_stylesheet("fonts.css") app.add_stylesheet("ansi.css") app.add_stylesheet("coqdoc.css") app.add_javascript("notations.js") |
