fix sphinx warnings and copyright link
authorMichael Wallner <mike@php.net>
Mon, 27 Jan 2020 08:48:51 +0000 (09:48 +0100)
committerMichael Wallner <mike@php.net>
Thu, 30 Jan 2020 13:49:39 +0000 (14:49 +0100)
docs/source/conf.py.in
docs/source/copyright.rst [new file with mode: 0644]
docs/source/index.rst

index 0abfd9b1fef31959f1ff84cf62ac08b2763fea47..e6a3749499113ec4e79ddd57e21fd3e49fe435d9 100644 (file)
@@ -47,7 +47,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'libmemcached'
-copyright = u'2011-2013, Brian Aker DataDifferential, http://datadifferential.com/\n2020, Michael Wallner SmugMug Inc. http://m6w6.github.io/libmemcached/'
+copyright = u'2011-2020 Brian Aker, Michael Wallner'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -126,7 +126,7 @@ html_theme_options = {@SPHINX_THEME_OPTIONS@}
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
+#html_static_path = ['_static']
 
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.
@@ -144,7 +144,7 @@ html_static_path = ['_static']
 #html_additional_pages = {}
 
 # If false, no module index is generated.
-#html_domain_indices = True
+html_domain_indices = False
 
 # If false, no index is generated.
 #html_use_index = True
diff --git a/docs/source/copyright.rst b/docs/source/copyright.rst
new file mode 100644 (file)
index 0000000..d3b9e1e
--- /dev/null
@@ -0,0 +1,35 @@
+=========
+Copyright
+=========
+
+ * | 2011-2013 Brian Aker, DataDifferential
+   | https://datadifferential.com/
+ * | 2020 Michael Wallner, SmugMug Inc
+   | https://smugmug.com/
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+
+3. Neither the name of the copyright holder nor the names of its contributors
+   may be used to endorse or promote products derived from this software
+   without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
index 81fb1e7be171f0921502b7ccf2ec8455562117f1..3a4e1c615b20d62ea3f8954519ae10a66748c457 100644 (file)
@@ -121,6 +121,10 @@ Indices and tables
 ==================
 
 * :ref:`genindex`
-* :ref:`modindex`
 * :ref:`search`
 
+.. toctree::
+   :caption: Copyright
+   :hidden:
+
+   copyright