From ae42d4d894098964cc1746fda2a4df84b0d86c0e Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 17 May 2016 08:21:33 -0700 Subject: [PATCH] add the msw module for the docs --- docs/sphinx/_templates/main.html | 3 +++ sphinxtools/constants.py | 1 + 2 files changed, 4 insertions(+) diff --git a/docs/sphinx/_templates/main.html b/docs/sphinx/_templates/main.html index 29f0c033..5a6bf309 100644 --- a/docs/sphinx/_templates/main.html +++ b/docs/sphinx/_templates/main.html @@ -94,6 +94,9 @@ + + diff --git a/sphinxtools/constants.py b/sphinxtools/constants.py index 3b163995..71c1f427 100644 --- a/sphinxtools/constants.py +++ b/sphinxtools/constants.py @@ -82,6 +82,7 @@ MODULENAME_REPLACE = {'_core' : '', '_richtext': 'richtext.', '_webkit' : 'webkit.', '_media' : 'media.', + '_msw' : 'msw', } NO_MODULE = {