sphinx-panels seems to be a dependency, but not mentioned (maybe others as well?). Also, how to install sphinx et al should be mentioned, it is isnt already.
optimize_images removed?
$ cmake --build . --target optimize_images
gmake: *** No rule to make target 'optimize_images'. Stop.
[100%] Built target docs_depends
[100%] Building manpages...
/home/anbj/gmt/b/doc/rst/source/animations.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/changes.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/cookbook.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/datasets.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/deprecated-defaults.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/devdocs/api.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/devdocs/contributing.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/devdocs/debug.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/devdocs/devdocs.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/devdocs/maintenance.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/devdocs/postscriptlight.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/devdocs/rst-cheatsheet.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/devdocs/team.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/gallery.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/migrating.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/modules.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/modules-classic.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/std-opts-classic.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/switching.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/tutorial.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/tutorial_jl.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/users-contrib-scripts.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/users-contrib-symbols.rst: WARNING: document isn't included in any toctree
Maybe adding :orphan: should fix this? If it needs to be fixed.
dvc pull should be done inside the build directory; given that it resides within the cloed gmt source tree (see docs). I use a build directory that is outside the cloned gmt source directory, so dvc pull does not work. Maybe improve wording on this.
sphinx-panels seems to be a dependency, but not mentioned (maybe others as well?). Also, how to install sphinx et al should be mentioned, it is isnt already.
$ cmake --build . --target optimize_images
gmake: *** No rule to make target 'optimize_images'. Stop.
optimize_images needs pngquant. The target is unavailable if pngquant is not installed on your system.
[100%] Built target docs_depends
[100%] Building manpages...
/home/anbj/gmt/b/doc/rst/source/animations.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/changes.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/cookbook.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/datasets.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/deprecated-defaults.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/devdocs/api.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/devdocs/contributing.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/devdocs/debug.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/devdocs/devdocs.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/devdocs/maintenance.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/devdocs/postscriptlight.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/devdocs/rst-cheatsheet.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/devdocs/team.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/gallery.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/migrating.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/modules.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/modules-classic.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/std-opts-classic.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/switching.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/tutorial.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/tutorial_jl.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/users-contrib-scripts.rst: WARNING: document isn't included in any toctree
/home/anbj/gmt/b/doc/rst/source/users-contrib-symbols.rst: WARNING: document isn't included in any toctree
Maybe adding :orphan: should fix this? If it needs to be fixed.
Yes, it’s a known problem but I don’t have a solution yet. If adding :orphan: works, please submit a PR.
dvc pull should be done inside the build directory; given that it resides within the cloed gmt source tree (see docs). I use a build directory that is outside the cloned gmt source directory, so dvc pull does not work. Maybe improve wording on this.
Actually, dvc pull can be done in any directories inside the GMT source tree.
Sorry for reviving this old thread, but I’m having the same problem.
ninja: error: '/home/anbj/.gmt/gmt/doc/scripts/images/GMT_RGBchart.ps', needed by 'doc/rst/source/_images/GMT_RGBchart.pdf', missing and no known rule to make it
Doing a dvc pull gives me this:
[... snip ...]
doc/scripts/images/GMT_base_symbols3.ps
doc/scripts/images/GMT_tut_11.ps
doc/examples/images/ex02.ps
Is your cache up to date?
<https://error.dvc.org/missing-files>
Has anyone built the docs recently with success?
I’ve tried on several computers, wiped the build directory, etc., but it does not help.
Dongdong know this stuff. Don’t know if related but almost coincidental with the start of this problem I received a message from Github warning about a change in the MS cache policy (saying something like "to have more than ?? MB you have to start pay).
I don’t remember the discussions and I didn’t take part in it (I think), but do we have to use dvc? Can’t we generate (huge) PS’es locally during building?
I don’t like having to sync with anything else than github..