Skip to content

Commit e95698a

Browse files
committed
Update libtcodpy docs to be less deprecated.
Should no longer get these from the `tcod` module. Update some deprecation warnings to FutureWarning.
1 parent a78f133 commit e95698a

File tree

10 files changed

+329
-352
lines changed

10 files changed

+329
-352
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@
185185
# Add any paths that contain custom static files (such as style sheets) here,
186186
# relative to this directory. They are copied after the builtin static files,
187187
# so a file named "default.css" will overwrite the builtin "default.css".
188-
html_static_path = ["_static"]
188+
# html_static_path = ["_static"]
189189

190-
html_css_files = ["css/custom.css"]
190+
# html_css_files = ["css/custom.css"]
191191

192192
# Add any extra paths that contain custom files (such as robots.txt or
193193
# .htaccess) here, relative to this directory. These files are copied

docs/glossary.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ Glossary
7272
color control
7373
color controls
7474
Libtcod's old system which assigns colors to specific codepoints.
75-
See :any:`tcod.COLCTRL_STOP`, :any:`tcod.COLCTRL_FORE_RGB`, and :any:`tcod.COLCTRL_BACK_RGB` for examples.
75+
See :any:`libtcodpy.COLCTRL_STOP`, :any:`libtcodpy.COLCTRL_FORE_RGB`, and :any:`libtcodpy.COLCTRL_BACK_RGB` for examples.

0 commit comments

Comments
 (0)