#sphinx-doc

/

      • libreman joined the channel
      • libreman
        Why does `:var name_that_is_an_attr_somewhere: description` create a link for the variable name to the this attribute? Can I turn that behaviour off or change it somewhere?
      • anthony25 joined the channel
      • psifer has quit
      • Kronuz has quit
      • psifertex joined the channel
      • lastmikoi joined the channel
      • Kronuz joined the channel
      • al3 joined the channel
      • al3
        hello
      • When using autodoc directives, is it possible to print doc strings for every subelement but not the element itself?
      • (I have asked before but found later that my client lost connection so I might have missed the answer)
      • the case is that I'd like to get all function docstrings of a module with a single directive
      • teolupus joined the channel
      • teolupus
        I'm doing some research on the use of Sphinx for writing legal documents and storing them in a proper version control system. As you know, deep nested numbered lists is the common format in these documents. Is it possible to do something like this with Sphinx? https://pastebin.com/cwJaxdvZ
      • barneygale joined the channel
      • teolupus has quit
      • al3 has quit
      • al3 joined the channel
      • al3 has quit
      • ErikRose joined the channel
      • ErikRose has quit
      • ErikRose joined the channel
      • ErikRose has quit
      • barneygale has quit
      • Crell joined the channel
      • Crell
        Hi folks. I'm trying to run sphinx on a codebase in a virtualenv. I've pip installed its requirements.txt file. I get errors from Sphinx that autodoc can't find various packages. I pip install those manually; I verify that they are installed (pip show). I still get the same error that the module isn't found. What am I missing here?
      • barneygale joined the channel
      • ErikRose joined the channel
      • Taggnostr2 joined the channel
      • Taggnostr joined the channel
      • ErikRose has quit
      • [Arfrever] joined the channel
      • begriffs joined the channel
      • begriffs has quit
      • ralt joined the channel
      • ralt
        hi
      • I'm running into an issue I feel like I shouldn't be the first
      • I have a py2 project, with a namespace package, in which I put the real package
      • say, I have foo/__init__.py which does the usual pkg_resources.declare_namespace() dance, and then I have foo/bar/__init__.py which does the real code stuff
      • when I run sphinx-apidoc, it generates all the .rst files just fine
      • but, it only puts the package name in the files. Not the namespace name.