File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 132
132
### Theme overrides
133
133
## Theme overrides defined in _static/css/theme_overrides.css
134
134
## https://docs.readthedocs.io/en/stable/guides/adding-custom-css.html
135
- ## html_css_files = [
136
- ## 'css/theme_overrides.css',
137
- ##]
138
- ## Alternate approach
139
135
def setup (app ):
140
136
app .add_stylesheet ("css/theme_overrides.css" )
141
137
## app.add_stylesheet('css/theme_overrides.css')
142
138
##
139
+ ## Alternate approaches
143
140
## app.add_css_file('theme_overrides.css') [app.add_css_file(...) as app. add_stylesheet(...) has been deprecated] <- Doesn't work with RtD(?)
144
141
##
145
142
## or
146
143
##html_style = 'theme_overrides.css'
144
+ ## or
145
+ ##html_css_files = [
146
+ ## 'css/theme_overrides.css',
147
+ ##]
148
+
147
149
148
150
## Added LibreCAD icon
149
151
html_logo = 'images/librecad64X64.png'
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ The appearance of the dimensions are configured in the :ref:`Dimensions <dimn-pr
116
116
117
117
.. image :: /images/doohickeyDimnEg.png
118
118
:align: center
119
- :scale: 100
119
+ :scale: 85
120
120
:alt: Dimensioning example
121
121
.. actual image size 800px x 366px
122
122
You can’t perform that action at this time.
0 commit comments