From ebe4e79b20a766afbfee4f91314dada5f539f79b Mon Sep 17 00:00:00 2001 From: Abe Levitan Date: Thu, 23 Jul 2026 09:11:56 +0200 Subject: [PATCH] Remove the custom docs build callout I think this is no longer needed on the main page, now that all the major documentation versions should be easily available. The page with info for this remains visilble in the documentation --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e73a993..e034e2b 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,6 @@ plt.show() Further documentation is found [here](https://cdtools.readthedocs.io). -Instructions for building custom documentation based on a specific version or commit can be found [here](https://github.com/cdtools-developers/cdtools/blob/master/docs/build_custom_docs.md). - # Installation CDTools can be installed in several ways depending on your needs. For most users, installation from pypi is recommended. For developers or those who want the latest features, installation from source is available.