swyddfa / esbonio

A language server for working with Sphinx projects.
https://docs.esbon.io/
131 stars 21 forks source link

Links rework #749

Closed goyalyashpal closed 6 months ago

goyalyashpal commented 7 months ago

destinations:

seeing the duplicacy in content of some of the readme files, i got a feeling they were autogenerated. is that the case?

alcarney commented 6 months ago

Thanks!

seeing the duplicacy in content of some of the readme files, i got a feeling they were autogenerated. is that the case?

No, just some of the content is copy-pasted around :sweat_smile:

goyalyashpal commented 6 months ago

ahwww, the pypi listing has not took picked up the previous readme changes. ohwkayh. got it. i think it's similar to f-droid repo then, which picks changes upto the HEAD of the release tag

oh lol, gotta be careful next time 😆. retagging for non-code changes can be ohkay?? but i don't think bumping version just for readme would be good.

moving my comment from https://github.com/swyddfa/awdur/issues/20 here:


though

    "esbonio.server.debugLaunch": true,
    "esbonio.server.pythonPath": "<some_dir>/pipx/venvs/esbonio/Scripts/python.exe",
Unable to find your 'conf.py', features that depend on Sphinx will be unavailable

Abridged logs from output panel:

[Error - <time>] Server initialization failed.
Error: command 'esbonio.server.build' already exists
...
[Error - <time>] Esbonio Language Server client: couldn't create connection to server.
Error: command 'esbonio.server.build' already exists
...
[client] Error: command 'esbonio.server.build' already exists
[Error - <time>] Sending document notification textDocument/didOpen failed
Error: command 'esbonio.server.build' already exists
...

versions:

$ esbonio --version
v0.16.4

$ codium --list-extensions --show-versions | grep esbonio
swyddfa.esbonio@0.11.0

$ codium --version
1.85.0
00c993f9b9a2a07730235274df02f05bd76575f7
x64

$ systeminfo | grep -iA1 "os name"
OS Name:                   Microsoft Windows 10 Home Single Language
OS Version:                10.0.19045 N/A Build 19045
alcarney commented 6 months ago

You've found this repo in the middle of a big rewrite, so unfortunately the documentation isn't entirely consistent yet :/

Since you're using v0.11.0 of the VSCode extension, then you will need to refer to this version of the documentation.

To respond to some of your points...

Alternatively... if you want to try the upcoming 1.0 release you would have to install the 0.92.x pre-release version of the VSCode extension

Hope that clears up some of your issues at least!

goyalyashpal commented 6 months ago
  • Currently, esbonio can only be used to preview Sphinx projects, not standalone rst files.

ahkykayh. i dont know how i inferred or hoped that. prolly i was too used to working with extensions for asciidoc & markdown etc. thanks for sharing & clarifyong things up 😇

anyhow, several hours ago from the pipx install itself, i ran sphinx-quickstart which created this Makefile to perform html generation. i would see to hook it up via entr or smth if available on windows to run automatically on file change & with some html-server to serve those files afresh to the browser.

alcarney commented 6 months ago

There's also sphinx-autobuild if you dont want to roll your own :)