diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-10-14 14:11:22 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-10-14 14:11:22 -0700 |
commit | d4d24d2d0a7ea3b62efd7336bfc2344e29b36bc5 (patch) | |
tree | 051eb75f8c5cfad65db8036d976c24a7fdc78325 /Documentation/80211/conf.py | |
parent | ac9ef8cd075a1efee13036908a99a4bd5f9d4b8c (diff) | |
parent | 819bf593767c0966f320c51c6ed3f3835062abc8 (diff) |
Merge tag 'docs-4.9-2' of git://git.lwn.net/linux
Pull one more documentation update from Jonathan Corbet:
"A single commit converting the mac80211 DocBook template over to
Sphinx. Only 32 more to go..."
* tag 'docs-4.9-2' of git://git.lwn.net/linux:
docs-rst: sphinxify 802.11 documentation
Diffstat (limited to 'Documentation/80211/conf.py')
-rw-r--r-- | Documentation/80211/conf.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/80211/conf.py b/Documentation/80211/conf.py new file mode 100644 index 000000000000..20c7c275ef4a --- /dev/null +++ b/Documentation/80211/conf.py @@ -0,0 +1,5 @@ +# -*- coding: utf-8; mode: python -*- + +project = "Linux 802.11 Driver Developer's Guide" + +tags.add("subproject") |