Hello,
I run pydoctor for some months and it was working. But something
changed on my site I think. But I am not sure about it.
My repository is here
https://codeberg.org/buhtz/buhtzology
I assume this URL is the value I have to use for the
"html-viewsource-base" argument when calling pydoctor. Am I right?
For example the "landing page" is related to that __init__.py file in
my repo
https://codeberg.org/buhtz/buhtzology/src/branch/main/src/buhtzology/__init…
But when I click on the "…
[View More]source" link in the pydoctor-generated HTML
docu it points to
https://codeberg.org/buhtz/buhtzology/src/buhtzology/__init__.py
You see the problem?
I don't invoke pydoctor in the projects root but in its "docs" folder.
That is why 'project-base-dir=..'. This is how my pydoctor is invoked:
pydocotor
--project-name=buhtzology (0.0.1beta1)
--project-version=0.0.1beta1
--project-url=https://codeberg.org/buhtz/buhtzology
--html-viewsource-base=https://codeberg.org/buhtz/buhtzology
--docformat=google
--make-html
--process-types
--project-base-dir=..
--html-output=html
--intersphinx=https://docs.python.org/3/objects.inv
--intersphinx=https://pandas.pydata.org/docs/objects.inv
--intersphinx=https://numpy.org/doc/stable/objects.inv
Any idea what I am doing wrong here?
Something minimal must have changed. But I can not say what it was. I
am not aware that I modified something of my doc-generating-setup.
Kind
Christian
[View Less]