Skip to content

Commit cee5aee

Browse files
committed
Update dimn eg - adjust scale
1 parent f555c67 commit cee5aee

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

conf.py

+6-4
Original file line numberDiff line numberDiff line change
@@ -132,18 +132,20 @@
132132
### Theme overrides
133133
## Theme overrides defined in _static/css/theme_overrides.css
134134
## https://docs.readthedocs.io/en/stable/guides/adding-custom-css.html
135-
## html_css_files = [
136-
## 'css/theme_overrides.css',
137-
##]
138-
## Alternate approach
139135
def setup(app):
140136
app.add_stylesheet("css/theme_overrides.css")
141137
## app.add_stylesheet('css/theme_overrides.css')
142138
##
139+
## Alternate approaches
143140
## app.add_css_file('theme_overrides.css') [app.add_css_file(...) as app. add_stylesheet(...) has been deprecated] <- Doesn't work with RtD(?)
144141
##
145142
## or
146143
##html_style = 'theme_overrides.css'
144+
## or
145+
##html_css_files = [
146+
## 'css/theme_overrides.css',
147+
##]
148+
147149

148150
## Added LibreCAD icon
149151
html_logo = 'images/librecad64X64.png'

guides/annotate.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The appearance of the dimensions are configured in the :ref:`Dimensions <dimn-pr
116116

117117
.. image:: /images/doohickeyDimnEg.png
118118
:align: center
119-
:scale: 100
119+
:scale: 85
120120
:alt: Dimensioning example
121121
.. actual image size 800px x 366px
122122

0 commit comments

Comments
 (0)