Git Product home page Git Product logo

Comments (1)

Manindra29 avatar Manindra29 commented on May 30, 2024

@abhikpal The build succeeded for me with 1 warning. Here's the build output I got:

(my_env) ➜  docs git:(fix-50-doc-autogen) make html
Running Sphinx v1.7.5
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 15 source files that are out of date
updating environment: 15 added, 0 changed, 0 removed
reading sources... [100%] tutorials/index
WARNING: autodoc: failed to import function 'pow' from module 'p5'; the following exception was raised:
Traceback (most recent call last):
  File "/Users/mmoharana/workspace/pyenvs/my_env/lib/python3.6/site-packages/sphinx/util/inspect.py", line 204, in safe_getattr
    return getattr(obj, name, *defargs)
AttributeError: module 'p5' has no attribute 'pow'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/mmoharana/workspace/pyenvs/my_env/lib/python3.6/site-packages/sphinx/ext/autodoc/importer.py", line 176, in import_object
    obj = attrgetter(obj, attrname)
  File "/Users/mmoharana/workspace/pyenvs/my_env/lib/python3.6/site-packages/sphinx/ext/autodoc/__init__.py", line 274, in get_attr
    return autodoc_attrgetter(self.env.app, obj, name, *defargs)
  File "/Users/mmoharana/workspace/pyenvs/my_env/lib/python3.6/site-packages/sphinx/ext/autodoc/__init__.py", line 1517, in autodoc_attrgetter
    return safe_getattr(obj, name, *defargs)
  File "/Users/mmoharana/workspace/pyenvs/my_env/lib/python3.6/site-packages/sphinx/util/inspect.py", line 220, in safe_getattr
    raise AttributeError(name)
AttributeError: pow

<string>:docstring of builtins.max:1: WARNING: Inline emphasis start-string without end-string.
<string>:docstring of builtins.max:1: WARNING: Inline emphasis start-string without end-string.
<string>:docstring of builtins.min:1: WARNING: Inline emphasis start-string without end-string.
<string>:docstring of builtins.min:1: WARNING: Inline emphasis start-string without end-string.
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] tutorials/index
generating indices... genindex py-modindex
writing additional pages... search
copying static files... done
copying extra files... done
dumping search index in English (code: en) ... done
dumping object inventory... done
build succeeded, 5 warnings.

The HTML pages are in _build/html.

from p5.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.