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

Can't build html documentation #6

Open
BioBox opened this issue Oct 24, 2022 · 0 comments
Open

Can't build html documentation #6

BioBox opened this issue Oct 24, 2022 · 0 comments

Comments

@BioBox
Copy link

BioBox commented Oct 24, 2022

I've created a python virtual environment and installed the requirements but I can't build the html documentation:

Running Sphinx v5.3.0
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 48 source files that are out of date
updating environment: [new config] 48 added, 0 changed, 0 removed
executing compound [  4%] elements/compound                                                 
executing connectors  6%] elements/connectors                                               
executing dspes... [  8%] elements/dsp                                                      
executing electrical 10%] elements/electrical                                               
executing flows... [ 12%] elements/flow                                                     
executing intcircuits14%] elements/intcircuits                                              
executing logic... [ 16%] elements/logic                                                    
executing analog.. [ 18%] gallery/analog                                                    

Extension error:
Cell raised uncaught exception:
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
Cell In [5], line 12
     10 I1 = d.add(elm.SourceI(d='down', botlabel='1A'))
     11 L2 = d.add(elm.Line(d='left', tox=V1.start))
---> 12 d.loopI([R1,R2,L2,V1], '$I_1$', pad=1.25)
     13 d.loopI([R1,I1,L2,R2], '$I_2$', pad=1.25)  # Use R1 as top element for both so they get the same height
     14 d.draw()

AttributeError: 'Drawing' object has no attribute 'loopI'
make: *** [Makefile:20: html] Error 2
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

1 participant