From 953df7475387a262c407192ccac0d764fa326379 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Sat, 6 Feb 2016 02:30:43 +0100 Subject: [PATCH] Fix doc --- docs/_build/html | 1 - docs/conf.py | 6 +++--- docs/index.txt | 2 +- setup.cfg | 10 ++++++++++ 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 160000 docs/_build/html create mode 100644 setup.cfg diff --git a/docs/_build/html b/docs/_build/html deleted file mode 160000 index f1ab6db..0000000 --- a/docs/_build/html +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f1ab6db079c1c283c040c8608bf33ad6103d496e diff --git a/docs/conf.py b/docs/conf.py index a78c5bf..9d1cd43 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,7 +38,7 @@ # General information about the project. project = u'pymediainfo' -copyright = u'2010, Patrick Altman' +copyright = u'2010-2015, Patrick Altman; 2016, Louis Sautier' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -120,7 +120,7 @@ # 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. @@ -173,7 +173,7 @@ # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'pymediainfo.tex', u'pymediainfo Documentation', - u'Patrick Altman', 'manual'), + 'manual'), ] # The name of an image file (relative to this directory) to place at the top of diff --git a/docs/index.txt b/docs/index.txt index a5c9a25..d9873f2 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -8,7 +8,7 @@ Requirements ============ This is a simple wrapper around the MediaInfo library, which you can find -at the MediaInfo project site found at http://mediainfo.sourceforge.net/ +at https://mediaarea.net/en/MediaInfo =============== Using MediaInfo diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..9533af6 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,10 @@ +[build_sphinx] +source-dir = docs +build-dir = docs/build +all_files = 1 + +[upload_sphinx] +upload-dir = docs/build/html + +[metadata] +description-file = README.rst