pydoctor: "source" links not working (html-viewsource-base)
![](https://secure.gravatar.com/avatar/148a51ecc80531586e1f5530d64b988a.jpg?s=120&d=mm&r=g)
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 "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
participants (2)
-
Adi Roiban
-
c.buhtz@posteo.jp