diff options
| author | Vincent Laporte | 2019-01-09 13:17:32 +0000 |
|---|---|---|
| committer | Vincent Laporte | 2019-01-09 13:17:32 +0000 |
| commit | fcac9750666b4870136accc2d90807fd4caaaf2d (patch) | |
| tree | 072b1e58d5909298efdfc60c624c296698e50bc9 /doc/tools | |
| parent | 9b696c7addfac10707ffa8f1f90706f6f04fd6ff (diff) | |
[Manual] Remove link to non-existing CSS file
Diffstat (limited to 'doc/tools')
| -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") |
