Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] errors during the sphinx doc generation #37

Open
picca opened this issue Sep 28, 2017 · 2 comments
Open

[doc] errors during the sphinx doc generation #37

picca opened this issue Sep 28, 2017 · 2 comments

Comments

@picca
Copy link

picca commented Sep 28, 2017

Hello, I put here the errors reported during the build process with sphinx

make[1]: Entering directory '/<<PKGBUILDDIR>>'
PYBUILD_SYSTEM=custom \
PYBUILD_BUILD_ARGS="cd docs && PYTHONPATH={build_dir} http_proxy='127.0.0.1:9' {interpreter} -m sphinx -N -bhtml source build/html" dh_auto_build  # HTML generator
I: pybuild base:184: cd docs && PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build http_proxy='127.0.0.1:9' python2.7 -m sphinx -N -bhtml source build/html
Running Sphinx v1.4.9
making output directory...
loading pickled environment... not yet created
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 7 source files that are out of date
updating environment: 7 added, 0 changed, 0 removed
reading sources... [ 14%] building
reading sources... [ 28%] code
reading sources... [ 42%] gpyfft
reading sources... [ 57%] gpyfft_error
reading sources... [ 71%] includeme
reading sources... [ 85%] index
reading sources... [100%] plan

/<<PKGBUILDDIR>>/docs/source/gpyfft.rst:4: WARNING: missing attribute foo1 in object gpyfft.GpyFFT
/<<PKGBUILDDIR>>/docs/source/gpyfft.rst:4: WARNING: missing attribute fn_with_sphinxy_docstring in object gpyfft.GpyFFT
docstring of gpyfft.GpyFFT:9: ERROR: Unknown directive type "autosummary".

.. autosummary::
   :toctree:

   create_plan
   get_version
docstring of gpyfft.GpyFFT.create_plan:25: WARNING: Block quote ends without a blank line; unexpected unindent.
docstring of gpyfft.GpyFFT_Error:9: ERROR: Unknown directive type "autosummary".

.. autosummary::
   :toctree:

   args
   message
/<<PKGBUILDDIR>>/docs/source/includeme.rst:1: SEVERE: Problems with "include" directive path:
InputError: [Errno 2] No such file or directory: '../README.rst'.
/<<PKGBUILDDIR>>/docs/source/plan.rst:4: WARNING: missing attribute get_dim in object gpyfft.Plan
docstring of gpyfft.Plan:28: ERROR: Unknown directive type "autosummary".

.. autosummary::
   :toctree:

   batch_size
   distances
   inplace
   layouts
   precision
   scale_backward
   scale_forward
   shape
   strides_in
   strides_out
   temp_array_size
   transpose_result
docstring of gpyfft.Plan:46: ERROR: Unknown directive type "autosummary".

.. autosummary::
   :toctree:

   bake
   enqueue_transform
   set_callback
docstring of gpyfft.Plan.__init__:28: WARNING: Block quote ends without a blank line; unexpected unindent.
looking for now-outdated files... none found
@geggo
Copy link
Owner

geggo commented Sep 28, 2017 via email

@picca
Copy link
Author

picca commented Sep 28, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants