Skip to content

Commit a4897aa

Browse files
authored
Merge pull request #3 from sommersoft/docs_fix
Docs Fix
2 parents 29a9282 + 1d21c6a commit a4897aa

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Introduction
99
:target: https://discord.gg/nBQh6qu
1010
:alt: Discord
1111

12-
.. image:: https://travis-ci.org/adafruit/adafruit_CircuitPython_Trellis.svg?branch=master
13-
:target: https://travis-ci.org/adafruit/adafruit_CircuitPython_Trellis
12+
.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_Trellis.svg?branch=master
13+
:target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_Trellis
1414
:alt: Build Status
1515

1616
This library will allow you to control the LEDs and read button presses on the `Adafruit Trellis

docs/conf.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# autodoc module docs will fail to generate with a warning.
2121
autodoc_mock_imports = ["micropython", "adafruit_bus_device"]
2222

23-
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'BusDevice': ('https://circuitpython.readthedocs.io/projects/bus_device/en/latest/', None),'Register': ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
23+
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),'Register': ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
2424

2525
# Add any paths that contain templates here, relative to this directory.
2626
templates_path = ['_templates']
@@ -98,6 +98,12 @@
9898
# so a file named "default.css" will overwrite the builtin "default.css".
9999
html_static_path = ['_static']
100100

101+
# The name of an image file (relative to this directory) to use as a favicon of
102+
# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
103+
# pixels large.
104+
#
105+
html_favicon = '_static/favicon.ico'
106+
101107
# Output file base name for HTML help builder.
102108
htmlhelp_basename = 'AdafruitTrellisLibrarydoc'
103109

0 commit comments

Comments
 (0)