Parcourir la source

Update of output folder for documentation

Jérôme BUISINE il y a 5 ans
Parent
commit
bf4dbccf2a
4 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 1 1
      docs/Makefile
  2. 1 1
      docs/index.html
  3. 2 2
      docs/source/conf.py
  4. 1 1
      setup.py

+ 1 - 1
docs/Makefile

@@ -5,7 +5,7 @@
 SPHINXOPTS    =
 SPHINXBUILD   = sphinx-build
 SOURCEDIR     = source
-BUILDDIR      = _build
+BUILDDIR      = build
 
 # Put it first so that "make" without argument is like "make help".
 help:

+ 1 - 1
docs/index.html

@@ -2,7 +2,7 @@
 <html>
 <head>
     <title>IPFML documentation</title>
-    <meta http-equiv="refresh" content="0; url=./_build/html/index.html" />
+    <meta http-equiv="refresh" content="0; url=./build/html/index.html" />
 </head>
 <body>
 

+ 2 - 2
docs/source/conf.py

@@ -24,9 +24,9 @@ copyright = '2019, Jérôme BUISINE'
 author = 'Jérôme BUISINE'
 
 # The short X.Y version
-version = '0.1.6'
+version = '0.1.8'
 # The full version, including alpha/beta/rc tags
-release = 'v0.1.6'
+release = 'v0.1.8'
 
 
 # -- General configuration ---------------------------------------------------

+ 1 - 1
setup.py

@@ -43,7 +43,7 @@ class BuildTestCommand(setuptools.command.build_py.build_py):
 
 setup(
     name='ipfml',
-    version='0.1.7',
+    version='0.1.8',
     description='Image Processing For Machine Learning',
     long_description=readme(),
     classifiers=[